--- texk/xdvik/xdvi.h | 6 ++++++ 1 file changed, 6 insertions(+) --- texk/xdvik/xdvi.h +++ texk/xdvik/xdvi.h 2008-09-24 15:43:29.000000000 +0000 @@ -196,6 +196,12 @@ extern unsigned long time_start, time_en #include #endif +/* redefine X11 macros for our own usage, see below */ +#ifdef __STDC__ +# undef NeedFunctionPrototypes +# undef NeedWidePrototypes +#endif + /* for unused parameters */ #ifndef UNUSED # define UNUSED(x) ((void)(x))