diff options
author | Alexey Yerin <yyp@disroot.org> | 2023-05-28 12:01:32 +0300 |
---|---|---|
committer | Quentin Carbonneaux <quentin@c9x.me> | 2023-05-31 09:25:58 +0200 |
commit | e493a7f23352f51acc0a1e12284ab19d7894488a (patch) | |
tree | 334f786d43954a3f846c0565b3a70aa449e9c35c | |
parent | 50452b88e98488875c11995902e9212ddd0f8414 (diff) | |
download | roux-e493a7f23352f51acc0a1e12284ab19d7894488a.tar.gz |
Bump NString
-rw-r--r-- | all.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/all.h b/all.h index 3c68bbc..b6591f0 100644 --- a/all.h +++ b/all.h @@ -33,7 +33,7 @@ typedef struct Lnk Lnk; typedef struct Target Target; enum { - NString = 72, + NString = 80, NIns = 1 << 20, NAlign = 3, NField = 32, |