mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
17 lines
304 B
Text
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)
|
|
{
|