aboutsummaryrefslogtreecommitdiff
path: root/src/lex.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/lex.l')
-rw-r--r--src/lex.l2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lex.l b/src/lex.l
index eff2ec7..0318031 100644
--- a/src/lex.l
+++ b/src/lex.l
@@ -121,9 +121,7 @@ input_context_push (instream_t input)
121void 121void
122lex_trace (int n) 122lex_trace (int n)
123{ 123{
124#if GDBMTOOL_DEBUG
125 yy_flex_debug = n; 124 yy_flex_debug = n;
126#endif
127} 125}
128 126
129int 127int

Return to:

Send suggestions and report system problems to the System administrator.