summaryrefslogtreecommitdiff
path: root/template/sizes.c.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/sizes.c.tmpl')
-rw-r--r--template/sizes.c.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/template/sizes.c.tmpl b/template/sizes.c.tmpl
index 75c1ff22c9..0fc8fe8218 100644
--- a/template/sizes.c.tmpl
+++ b/template/sizes.c.tmpl
@@ -47,7 +47,8 @@ Init_sizeof(void)
DEFINE(<%= type %>, <%= type.tr_cpp %>);
#endif
% end
+ OBJ_FREEZE(s);
#undef DEFINE
- Init_limits();
+ Init_limits();
}