mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-04-18 09:49:02 +02:00
Fixed #47 — Compile-time segfault involving libpthread, _aaGet
This commit is contained in:
@@ -217,6 +217,7 @@ Module::Module(char *filename, Identifier *ident, int doDocComment, int doHdrGen
|
||||
this->doDocComment = doDocComment;
|
||||
this->doHdrGen = doHdrGen;
|
||||
this->isRoot = false;
|
||||
this->arrayfuncs = 0;
|
||||
#endif
|
||||
}
|
||||
#if IN_LLVM
|
||||
|
||||
Reference in New Issue
Block a user