Initial revision

This commit is contained in:
ceriel
1987-02-24 17:05:53 +00:00
parent a731f979b0
commit bc94559e4d
16 changed files with 3123 additions and 0 deletions

5
lang/occam/comp/sizes.h Normal file
View File

@@ -0,0 +1,5 @@
/* Variable size, wordsize, pointer size. Offsets for local variables. */
#define vz 4
extern int wz, pz;
extern int curr_level, curr_offset, min_offset;