You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-apps/pcmciautils/files/pcmciautils-018_p8-flex-2.6...

28 lines
593 B

--- pcmciautils-018/src/lex_config.l
+++ pcmciautils-018/src/lex_config.l
@@ -1,8 +1,8 @@
/* Special state for handling include files */
%x src
-%option noinput nounput
+%option noinput nounput noyywrap
%{
/*
* Startup tool for non statically mapped PCMCIA sockets
*
@@ -75,14 +75,10 @@ module /* skip */ ;
. return yytext[0];
%%
-#ifndef yywrap
-int yywrap() { return 1; }
-#endif
-
/*======================================================================
Stuff to parse basic data types
======================================================================*/