diff options
author | Quentin Carbonneaux <quentin@c9x.me> | 2019-04-16 09:30:41 +0200 |
---|---|---|
committer | Quentin Carbonneaux <quentin@c9x.me> | 2019-04-16 09:30:41 +0200 |
commit | 60142f5d9b02889b9c628d4e7c7dff9cdae5ed2e (patch) | |
tree | fb22868a06c72574d7f07c50e6d70a31baed4c07 /all.h | |
parent | 2a8584c9853f9392ef0ddcb0ed9b3d2b14b1db83 (diff) | |
download | roux-60142f5d9b02889b9c628d4e7c7dff9cdae5ed2e.tar.gz |
bump NString and NPred
Michael Forney needs this to run his compiler on interesting programs.
Diffstat (limited to 'all.h')
-rw-r--r-- | all.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/all.h b/all.h index fc26a61..6053a1a 100644 --- a/all.h +++ b/all.h @@ -31,8 +31,8 @@ typedef struct Dat Dat; typedef struct Target Target; enum { - NString = 32, - NPred = 63, + NString = 64, + NPred = 127, NIns = 1 << 20, NAlign = 3, NField = 32, |