mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-26 00:23:14 +01:00
This commit is contained in:
@@ -157,7 +157,7 @@ Module::Module(char *filename, Identifier *ident, int doDocComment, int doHdrGen
|
||||
this->doDocComment = doDocComment;
|
||||
this->doHdrGen = doHdrGen;
|
||||
this->isRoot = false;
|
||||
this->arrayfuncs = 0;
|
||||
//this->arrayfuncs = 0;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
@@ -106,8 +106,8 @@ enum TY
|
||||
Ttuple,
|
||||
Tslice,
|
||||
Treturn,
|
||||
Tnull,
|
||||
TMAX
|
||||
TMAX,
|
||||
Tnull
|
||||
};
|
||||
|
||||
#define Tascii Tchar
|
||||
|
||||
Reference in New Issue
Block a user