From 2fa997e6adba307b24685ae174dcf963dad39bec Mon Sep 17 00:00:00 2001 From: Kai Nacke Date: Fri, 6 Dec 2013 09:20:22 +0100 Subject: [PATCH] Fix wrong #if --- dmd2/module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dmd2/module.c b/dmd2/module.c index 7ab17565..f809c8a9 100644 --- a/dmd2/module.c +++ b/dmd2/module.c @@ -91,7 +91,7 @@ Module::Module(char *filename, Identifier *ident, int doDocComment, int doHdrGen macrotable = NULL; escapetable = NULL; safe = FALSE; -#if IN-DMD +#if IN_DMD doppelganger = 0; cov = NULL; covb = NULL;