mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-13 03:13:13 +01:00
Fix wrong #if
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user