summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2012-01-04 19:00:03 +0000
committerJon TURNEY <jon.turney@dronecode.org.uk>2012-11-05 23:24:29 +0000
commit58349f9efc204f5843cfeccc25fbc51f1f5029ae (patch)
tree5dbfcdc59740024241146e775da43790887a28b9
parent60577129058e018f13748b99e51ab1a17088db8e (diff)
Fix build with WIN32 defined, but PATHETICCPP not defined
(Note that PATHETICCPP seems to be never defined now, see [1]) [1] http://lists.x.org/archives/xorg-devel/2010-October/013860.html Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> Reviewed-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
-rw-r--r--xrdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xrdb.c b/xrdb.c
index cf2758a..8513f8a 100644
--- a/xrdb.c
+++ b/xrdb.c
@@ -120,10 +120,10 @@ static char *filename = NULL;
#ifdef PATHETICCPP
static Bool need_real_defines = False;
static char tmpname2[32];
+#endif
#ifdef WIN32
static char tmpname3[32];
#endif
-#endif
static int oper = OPLOAD;
static char *editFile = NULL;
static const char *cpp_program = NULL;