a778dc57cb
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=194
20 lines
467 B
Plaintext
20 lines
467 B
Plaintext
---
|
|
texk/xdvik/xdvi.h | 6 ++++++
|
|
1 file changed, 6 insertions(+)
|
|
|
|
--- texk/xdvik/xdvi.h
|
|
+++ texk/xdvik/xdvi.h 2016-01-28 12:20:33.976881969 +0000
|
|
@@ -194,6 +194,12 @@ extern unsigned long time_start, time_en
|
|
#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))
|