File texlive-20110705-source-INPUT.patch of Package mingw32-texlive
diff -Naur texlive-20110705-source/texk/web2c/otps/otp-lexer.c texlive-20110705-source.INPUT/texk/web2c/otps/otp-lexer.c --- texlive-20110705-source/texk/web2c/otps/otp-lexer.c 2009-11-10 11:27:09.000000000 +0100 +++ texlive-20110705-source.INPUT/texk/web2c/otps/otp-lexer.c 2011-11-18 20:01:11.229216801 +0100 @@ -599,7 +599,9 @@ */ #line 27 "otp-lexer.l" +#define INPUT saved_INPUT #include "routines.h" +#undef INPUT #include "yystype.h" #include "otp-parser.h" #define YY_NO_UNPUT diff -Naur texlive-20110705-source/texk/web2c/otps/otp-parser.c texlive-20110705-source.INPUT/texk/web2c/otps/otp-parser.c --- texlive-20110705-source/texk/web2c/otps/otp-parser.c 2010-09-24 10:53:33.000000000 +0200 +++ texlive-20110705-source.INPUT/texk/web2c/otps/otp-parser.c 2011-11-18 20:01:13.157226316 +0100 @@ -70,7 +70,9 @@ #line 25 "otp-parser.y" #include "otp.h" +#define INPUT saved_INPUT #include "routines.h" +#undef INPUT #include "yystype.h" int k, len;