WORDLENGTH now defined in automatically generated file worlen.h
This commit is contained in:
parent
3ba6a9a47a
commit
3374980bbc
@ -12,8 +12,8 @@ extern int ws; /* word size */
|
|||||||
/* number of bits in a byte */
|
/* number of bits in a byte */
|
||||||
#define BYTELENGTH 8
|
#define BYTELENGTH 8
|
||||||
|
|
||||||
/* number of bits in a word */
|
/* number of bits in a word, defined in automatically generated file */
|
||||||
#define WORDLENGTH 32
|
#include "../share/wordlen.h"
|
||||||
|
|
||||||
#if BYTELENGTH==8
|
#if BYTELENGTH==8
|
||||||
#define DIVBL(a) ((a) >> 3)
|
#define DIVBL(a) ((a) >> 3)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user