aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-rw-r--r--template/sizes.c.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/template/sizes.c.tmpl b/template/sizes.c.tmpl
index 146e209db7..da061ce509 100644
--- a/template/sizes.c.tmpl
+++ b/template/sizes.c.tmpl
@@ -7,6 +7,7 @@ class String
end
end
types = ARGF.grep(/^\s*RUBY_CHECK_SIZEOF\((\w[^\[\],#]*)[^#]*\)|
+ ^\s*RUBY_DEFINT\((\w[^\[\],#]*)[^#]*\)|
^\s*check_sizeof\('(.+?)'/x) {$+}
conditions = {
"long long" => 'defined(HAVE_TRUE_LONG_LONG)',