aboutsummaryrefslogtreecommitdiff
path: root/src/preproc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/preproc.c')
-rw-r--r--src/preproc.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/preproc.c b/src/preproc.c
index 28f473f..cff8224 100644
--- a/src/preproc.c
+++ b/src/preproc.c
@@ -50,3 +50,3 @@ struct buffer_ctx {
50 50
51extern int yy_grecs_flex_debug; 51extern int grecs_yy_flex_debug;
52static struct buffer_ctx *context_stack; 52static struct buffer_ctx *context_stack;
@@ -434,3 +434,3 @@ push_source(const char *name, int once)
434 434
435 if (yy_grecs_flex_debug) 435 if (grecs_yy_flex_debug)
436 fprintf (stderr, "Processing file `%s'\n", name); 436 fprintf (stderr, "Processing file `%s'\n", name);
@@ -458,3 +458,3 @@ pop_source()
458 if (!context_stack) { 458 if (!context_stack) {
459 if (yy_grecs_flex_debug) 459 if (grecs_yy_flex_debug)
460 fprintf (stderr, "End of input\n"); 460 fprintf (stderr, "End of input\n");
@@ -465,3 +465,3 @@ pop_source()
465 465
466 if (yy_grecs_flex_debug) 466 if (grecs_yy_flex_debug)
467 fprintf (stderr, "Resuming file `%s' at line %lu\n", 467 fprintf (stderr, "Resuming file `%s' at line %lu\n",

Return to:

Send suggestions and report system problems to the System administrator.