mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-07 11:26:02 +03:00
Call Expression::init() during startup.
Was added in 2.063.
This commit is contained in:
parent
33245282ef
commit
fd3c696d94
1 changed files with 1 additions and 0 deletions
|
@ -652,6 +652,7 @@ int main(int argc, char** argv)
|
||||||
Id::initialize();
|
Id::initialize();
|
||||||
Module::init();
|
Module::init();
|
||||||
Target::init();
|
Target::init();
|
||||||
|
Expression::init();
|
||||||
initPrecedence();
|
initPrecedence();
|
||||||
|
|
||||||
backend_init();
|
backend_init();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue