still does not fit. Delete bitfields
authorceriel <none@none>
Thu, 19 Mar 1987 10:51:40 +0000 (10:51 +0000)
committerceriel <none@none>
Thu, 19 Mar 1987 10:51:40 +0000 (10:51 +0000)
lang/cem/cemcom/SmallPars

index 7ae22dd..360e138 100644 (file)
@@ -37,7 +37,7 @@
 
 
 !File: strsize.h
-#define ISTRSIZE       32      /* minimum number of bytes allocated for
+#define ISTRSIZE       16      /* minimum number of bytes allocated for
                                        storing a string                */
 #define RSTRSIZE       8       /* step size in enlarging the memory for
                                        the storage of a string         */
 
 
 !File: nobitfield.h
-#undef NOBITFIELD      1       /* implement bitfields  */
+#define NOBITFIELD     1       /* implement bitfields  */
 
 
 !File: spec_arith.h