bump NString and NPred
Michael Forney needs this to run his compiler on interesting programs.
This commit is contained in:
parent
2a8584c985
commit
60142f5d9b
1 changed files with 2 additions and 2 deletions
4
all.h
4
all.h
|
@ -31,8 +31,8 @@ typedef struct Dat Dat;
|
||||||
typedef struct Target Target;
|
typedef struct Target Target;
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
NString = 32,
|
NString = 64,
|
||||||
NPred = 63,
|
NPred = 127,
|
||||||
NIns = 1 << 20,
|
NIns = 1 << 20,
|
||||||
NAlign = 3,
|
NAlign = 3,
|
||||||
NField = 32,
|
NField = 32,
|
||||||
|
|
Loading…
Add table
Reference in a new issue