fixed bugs and added enough runtime to execute first code after the compiler segfaults at shutdown
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
/* static initializers */
|
||||
unordered_map<string, shared_ptr<fn> > fn::functions;
|
||||
list<shared_ptr<fn> >fn::callStack;
|
||||
unsigned int fn::nextID;
|
||||
unsigned int fn::nextID=0;
|
||||
|
||||
/* function definitions */
|
||||
void fn::dumpCallStack()
|
||||
|
||||
Reference in New Issue
Block a user