summaryrefslogtreecommitdiff
path: root/gen.c
diff options
context:
space:
mode:
authorWill Estes <westes575@gmail.com>2012-08-08 16:03:53 -0400
committerWill Estes <westes575@gmail.com>2012-08-08 16:03:53 -0400
commit2a77bf773830d95e7a70cb75beb15842011f0c5b (patch)
tree448a84ff6f0f5c0ffc3238e83167177999d020ac /gen.c
parentec2fdb85e0bac6e8aeca405094506e4cf8bfc0b6 (diff)
fix m4 error when useecs and nultrans are true; resolves #1816878
Diffstat (limited to 'gen.c')
-rw-r--r--gen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen.c b/gen.c
index 8d24a86..8261951 100644
--- a/gen.c
+++ b/gen.c
@@ -874,7 +874,7 @@ void gen_next_state (worry_about_NULs)
else
strcpy (char_map, useecs ?
- "yy_ec[YY_SC_TO_UI(*yy_cp)]" :
+ "yy_ec[YY_SC_TO_UI(*yy_cp)] " :
"YY_SC_TO_UI(*yy_cp)");
if (worry_about_NULs && nultrans) {