[PATCH app/xrdb] Fix build with WIN32 defined, but PATHETICCPP not defined

Jon TURNEY jon.turney at dronecode.org.uk
Mon Oct 29 06:39:00 PDT 2012


(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 at dronecode.org.uk>
---
 xrdb.c |    2 +-
 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;
-- 
1.7.9



More information about the xorg-devel mailing list