ogajduse / rpms / texlive

Forked from rpms/texlive 6 years ago
Clone
4931932
--- texk/xdvik/xdvi.h
4931932
+++ texk/xdvik/xdvi.h	2007-01-10 15:40:33.000000000 +0000
4931932
@@ -190,6 +190,12 @@ typedef unsigned long xuint32;
4931932
 # endif
4931932
 #endif
4931932
 
4931932
+/* redefine X11 macros for our own usage, see below */
4931932
+#ifdef __STDC__
4931932
+# undef NeedFunctionPrototypes
4931932
+# undef NeedWidePrototypes
4931932
+#endif
4931932
+
4931932
 /* for unused parameters */
4931932
 #ifndef UNUSED
4931932
 #define UNUSED(x) ((void)(x))