aboutsummaryrefslogtreecommitdiff
path: root/gas/itbl-lex.l
diff options
context:
space:
mode:
Diffstat (limited to 'gas/itbl-lex.l')
-rw-r--r--gas/itbl-lex.l10
1 files changed, 2 insertions, 8 deletions
diff --git a/gas/itbl-lex.l b/gas/itbl-lex.l
index d9e243c..4a7c512 100644
--- a/gas/itbl-lex.l
+++ b/gas/itbl-lex.l
@@ -1,3 +1,5 @@
+%option noyywrap
+
/* itbl-lex.l
Copyright (C) 1997-2017 Free Software Foundation, Inc.
@@ -102,11 +104,3 @@ HEX [0-9A-Fa-f]
return yytext[0];
}
%%
-
-#ifndef yywrap
-int
-yywrap ()
- {
- return 1;
- }
-#endif