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
@@ -118,15 +118,13 @@ input_context_push (instream_t input)
118 return 0; 118 return 0;
119} 119}
120 120
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
130input_context_pop (void) 128input_context_pop (void)
131{ 129{
132 struct context *cp; 130 struct context *cp;

Return to:

Send suggestions and report system problems to the System administrator.