diff options
Diffstat (limited to 'mail/emil/files/patch-getoption.y')
-rw-r--r-- | mail/emil/files/patch-getoption.y | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/mail/emil/files/patch-getoption.y b/mail/emil/files/patch-getoption.y new file mode 100644 index 000000000000..95ff6c84b0fe --- /dev/null +++ b/mail/emil/files/patch-getoption.y @@ -0,0 +1,17 @@ +--- getoption.y.orig 2014-07-06 11:40:52.000000000 +0200 ++++ getoption.y 2014-07-06 11:40:40.000000000 +0200 +@@ -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) + { |