On Wed, Apr 10, 2013 at 3:00 PM, luigi scarso <luigi.sca...@gmail.com> wrote:

> 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
_______________________________________________
dev-luatex mailing list
dev-luatex@ntg.nl
http://www.ntg.nl/mailman/listinfo/dev-luatex

Reply via email to