aboutsummaryrefslogtreecommitdiffstats
path: root/dfa.c
diff options
context:
space:
mode:
Diffstat (limited to 'dfa.c')
-rw-r--r--dfa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dfa.c b/dfa.c
index fdaaadbd..525d963b 100644
--- a/dfa.c
+++ b/dfa.c
@@ -1509,7 +1509,6 @@ addtok_wc (wint_t wc)
addtok(CAT);
}
}
-#endif
static void
add_utf8_anychar (void)
@@ -1559,6 +1558,7 @@ add_utf8_anychar (void)
addtok (OR);
}
}
+#endif
/* The grammar understood by the parser is as follows.