d6b30a4b10
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=1
16 lines
386 B
Plaintext
16 lines
386 B
Plaintext
--- texk/xdvik/xdvi.h
|
|
+++ texk/xdvik/xdvi.h 2008-09-24 15:43:29.000000000 +0000
|
|
@@ -202,6 +202,12 @@ typedef unsigned long xuint32;
|
|
#include <inttypes.h>
|
|
#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))
|