ports/mail/emil/files/patch-getoption.y
2016-05-11 22:15:44 +00:00

17 lines
304 B
Text

--- getoption.y.orig 1996-06-04 13:17:35 UTC
+++ getoption.y
@@ -163,13 +163,10 @@ static int Ycmp(char * pattern, char * s
extern char * yytext; /* defined by flex */
-/* static int yywrap()
+static int yywrap()
{
return 1;
}
-*/
-
-#define yywrap() 1
static void yyerror(char * msg)
{