Fix wrong #if

This commit is contained in:
Kai Nacke
2013-12-06 09:20:22 +01:00
parent 4faa8d85b7
commit 2fa997e6ad

View File

@@ -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;