summaryrefslogtreecommitdiff
path: root/flexdef.h
diff options
context:
space:
mode:
Diffstat (limited to 'flexdef.h')
-rw-r--r--flexdef.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/flexdef.h b/flexdef.h
index 3eb710a..0fb12e2 100644
--- a/flexdef.h
+++ b/flexdef.h
@@ -1068,8 +1068,8 @@ extern struct Buf userdef_buf;
extern struct Buf defs_buf;
/* For blocking out code from the header file. */
-#define OUT_BEGIN_CODE() out_str("#ifndef %sIN_HEADER\n",prefix)
-#define OUT_END_CODE() out_str("#endif /* !%sIN_HEADER */\n",prefix);
+#define OUT_BEGIN_CODE() out_str("#ifndef %sIN_HEADER /* YY-DISCARD-FROM-HEADER */\n",prefix)
+#define OUT_END_CODE() out_str("#endif /* !%sIN_HEADER YY-END-DISCARD-FROM-HEADER */\n",prefix);
/* For setjmp/longjmp (instead of calling exit(2)). Linkage in main.c */
extern jmp_buf flex_main_jmp_buf;