summary refs log tree commit diff
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin@c9x.me>2021-11-10 23:18:09 +0100
committerQuentin Carbonneaux <quentin@c9x.me>2021-11-10 23:23:04 +0100
commit49fb63ebac93dd5e23a65ceac8ce72dfa845d7fa (patch)
treefa8cfc308fe263769f2b20ac3bd1132a3630b64b
parent6838496e5c990339755577eb16b949fe2f47790e (diff)
downloadroux-49fb63ebac93dd5e23a65ceac8ce72dfa845d7fa.tar.gz
bump NString
-rw-r--r--all.h2
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,