diff options
author | Quentin Carbonneaux <quentin@c9x.me> | 2021-11-10 23:18:09 +0100 |
---|---|---|
committer | Quentin Carbonneaux <quentin@c9x.me> | 2021-11-10 23:23:04 +0100 |
commit | 49fb63ebac93dd5e23a65ceac8ce72dfa845d7fa (patch) | |
tree | fa8cfc308fe263769f2b20ac3bd1132a3630b64b /all.h | |
parent | 6838496e5c990339755577eb16b949fe2f47790e (diff) | |
download | roux-49fb63ebac93dd5e23a65ceac8ce72dfa845d7fa.tar.gz |
bump NString
Diffstat (limited to 'all.h')
-rw-r--r-- | all.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/all.h b/all.h index 37980d3..f49b4ef 100644 --- a/all.h +++ b/all.h @@ -31,7 +31,7 @@ typedef struct Dat Dat; typedef struct Target Target; enum { - NString = 64, + NString = 72, NIns = 1 << 20, NAlign = 3, NField = 32, |