2015-03-30 13:39:58 +02:00
|
|
|
---
|
|
|
|
texk/xdvik/xdvi.h | 6 ++++++
|
|
|
|
1 file changed, 6 insertions(+)
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
--- texk/xdvik/xdvi.h
|
|
|
|
+++ texk/xdvik/xdvi.h 2008-09-24 15:43:29.000000000 +0000
|
2015-03-30 13:39:58 +02:00
|
|
|
@@ -196,6 +196,12 @@ extern unsigned long time_start, time_en
|
2011-12-20 18:29:17 +01:00
|
|
|
#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))
|