comparison dmd2/enum.c @ 1452:638d16625da2

LDC 2 compiles again.
author Robert Clipsham <robert@octarineparrot.com>
date Sat, 30 May 2009 17:23:32 +0100
parents f04dde6e882c
children 54b3c1394d62
comparison
equal deleted inserted replaced
1423:42bd767ec5a4 1452:638d16625da2
28 type = new TypeEnum(this); 28 type = new TypeEnum(this);
29 this->memtype = memtype; 29 this->memtype = memtype;
30 maxval = NULL; 30 maxval = NULL;
31 minval = NULL; 31 minval = NULL;
32 defaultval = NULL; 32 defaultval = NULL;
33 #if IN_DMD
33 sinit = NULL; 34 sinit = NULL;
35 #endif
34 scope = NULL; 36 scope = NULL;
35 isdeprecated = 0; 37 isdeprecated = 0;
36 } 38 }
37 39
38 Dsymbol *EnumDeclaration::syntaxCopy(Dsymbol *s) 40 Dsymbol *EnumDeclaration::syntaxCopy(Dsymbol *s)