Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > 705a2088f8c095ce9eb5c2a6ab905084 > files > 53

texlive-2007-51.fc13.src.rpm

--- texk/xdvik/xdvi.h
+++ texk/xdvik/xdvi.h	2007-01-10 15:40:33.000000000 +0000
@@ -190,6 +190,12 @@ typedef unsigned long xuint32;
 # endif
 #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))