(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 <[email protected]> --- 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 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
