From: bal Date: Tue, 4 Dec 1984 15:03:22 +0000 (+0000) Subject: WORDLENGTH now defined in automatically generated file worlen.h X-Git-Tag: release-5-5~5901 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=0d0e2d2d221a227f7d9c0fd76a97b428dce29c0b;p=ack.git WORDLENGTH now defined in automatically generated file worlen.h --- diff --git a/util/ego/share/global.h b/util/ego/share/global.h index 198e30fec..b8eb30f53 100644 --- a/util/ego/share/global.h +++ b/util/ego/share/global.h @@ -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)