commit e493a7f23352f51acc0a1e12284ab19d7894488a parent 50452b88e98488875c11995902e9212ddd0f8414 Author: Alexey Yerin <yyp@disroot.org> Date: Sun, 28 May 2023 12:01:32 +0300 Bump NString Diffstat:
M | all.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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,