changeset 1027:7bedc9c2eca6

post fmt3: autogenerate yywrap Signed-off-by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
author Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
date Sat, 18 Jul 2020 11:02:05 -0400
parents 3e753e62ea5d
children 7b6e611021c8
files post_fmt3.l
diffstat 1 files changed, 1 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/post_fmt3.l	Sat Jul 18 10:46:14 2020 -0400
+++ b/post_fmt3.l	Sat Jul 18 11:02:05 2020 -0400
@@ -22,6 +22,7 @@
 
 %option nounput
 %option noinput
+%option noyywrap
 %option reentrant
 %option bison-bridge
 %option never-interactive
@@ -142,8 +143,3 @@
 
 	return num;
 }
-
-int fmt3_wrap(yyscan_t scanner)
-{
-	return 1;
-}