WORDLENGTH now defined in automatically generated file worlen.h
authorbal <none@none>
Tue, 4 Dec 1984 15:03:22 +0000 (15:03 +0000)
committerbal <none@none>
Tue, 4 Dec 1984 15:03:22 +0000 (15:03 +0000)
util/ego/share/global.h

index 198e30f..b8eb30f 100644 (file)
@@ -12,8 +12,8 @@ extern int ws;                /* word size    */
 /* number of bits in a byte */
 #define BYTELENGTH 8
 
-/* number of bits in a word */
-#define WORDLENGTH 32
+/* number of bits in a word, defined in automatically generated file */
+#include "../share/wordlen.h"
 
 #if BYTELENGTH==8
 #define DIVBL(a)       ((a) >> 3)