summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ragel/codegen.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/ragel/codegen.cc b/ragel/codegen.cc
index 90ea9642..ae6ceb06 100644
--- a/ragel/codegen.cc
+++ b/ragel/codegen.cc
@@ -187,7 +187,9 @@ void TableArray::stringGenerate( long long value )
char c;
short h;
int i;
+#if SIZEOF_INT != SIZEOF_LONG
long l;
+#endif
unsigned char *p = 0;
int n = 0;
switch ( width ) {