summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2020-11-12 07:53:29 -0500
committerEric S. Raymond <esr@thyrsus.com>2020-11-12 07:53:29 -0500
commit1991ad515f102d2eeb858180d7aa2f6b9344da5e (patch)
tree91296c773dfb595ff6a99eb1ada7c16e5b3ee866
parent6c8b6c1c1fb714ced0b43d945116f960bbe4136a (diff)
downloadflex-git-1991ad515f102d2eeb858180d7aa2f6b9344da5e.tar.gz
Fix another carnivorous typo.
-rw-r--r--src/c99-flex.skl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c99-flex.skl b/src/c99-flex.skl
index 77268cf..361bf9c 100644
--- a/src/c99-flex.skl
+++ b/src/c99-flex.skl
@@ -1663,7 +1663,7 @@ m4_ifdef([[M4_MODE_USEMECS]], [[
m4_define([[M4_GEN_START_STATE]], [[
/* Generate the code to find the start state. */
m4_ifdef([[M4_MODE_FULLSPD]], [[
-m4_ifdef([[M4_MODE_BOL_NEEDED]], [[yy_current_state", "yy_start_state_list[yyscanner->yy_start + yyatbol()];]])
+m4_ifdef([[M4_MODE_BOL_NEEDED]], [[yy_current_state = yy_start_state_list[yyscanner->yy_start + yyatbol()];]])
m4_ifdef([[M4_MODE_NO_BOL_NEEDED]], [[yy_current_state = yy_start_state_list[yyscanner->yy_start];]])
]])
m4_ifdef([[M4_MODE_NO_FULLSPD]], [[