mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-01 07:30:43 +03:00
Initialize traits string table
This commit is contained in:
parent
097d8ad0b3
commit
4be264848e
1 changed files with 4 additions and 0 deletions
|
@ -74,6 +74,9 @@
|
|||
// Needs Type already declared.
|
||||
#include "cond.h"
|
||||
|
||||
// in traits.c
|
||||
void initTraitsStringTable();
|
||||
|
||||
using namespace opts;
|
||||
|
||||
extern void getenv_setargv(const char *envvar, int *pargc, char** *pargv);
|
||||
|
@ -1020,6 +1023,7 @@ int main(int argc, char **argv)
|
|||
Expression::init();
|
||||
initPrecedence();
|
||||
builtin_init();
|
||||
initTraitsStringTable();
|
||||
|
||||
// Build import search path
|
||||
if (global.params.imppath)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue