*** empty log message ***

This commit is contained in:
erikb
1986-03-10 13:07:55 +00:00
parent d566eb8d63
commit 65c1ca3fd9
105 changed files with 16543 additions and 0 deletions

8
lang/cem/cemcom/sizes.h Normal file
View File

@@ -0,0 +1,8 @@
/* $Header$ */
/* VARIOUS TARGET MACHINE SIZE DESCRIPTORS */
extern arith
short_size, word_size, dword_size, int_size, long_size,
float_size, double_size, pointer_size;
extern arith max_int, max_unsigned; /* cstoper.c */