mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-12 19:03:13 +01:00
Call Expression::init() during startup.
Was added in 2.063.
This commit is contained in:
@@ -652,6 +652,7 @@ int main(int argc, char** argv)
|
||||
Id::initialize();
|
||||
Module::init();
|
||||
Target::init();
|
||||
Expression::init();
|
||||
initPrecedence();
|
||||
|
||||
backend_init();
|
||||
|
||||
Reference in New Issue
Block a user