10 Apr
2013
10 Apr
'13
4:50 p.m.
On Wed, Apr 10, 2013 at 3:00 PM, luigi scarso
A patch of texmf/lib/lib.h could be /* avoid conflicts with x86_64 mingw */ #ifndef __MINGW64__ 1 extern boolean eof (FILE *); #endif uh spurious 1 at the end of the #ifndef line It should be
/* avoid conflicts with x86_64 mingw */ #ifndef __MINGW64__ extern boolean eof (FILE *); #endif -- luigi