Moved definition of syntactic reference structure to ecma-refecence.h, removed ctx-reference.[ch] and ctx-manager.[ch].
This commit is contained in:
@@ -32,7 +32,6 @@
|
||||
|
||||
#include "error.h"
|
||||
|
||||
#include "ctx-manager.h"
|
||||
#include "mem-allocator.h"
|
||||
|
||||
#include "interpreter.h"
|
||||
@@ -103,7 +102,6 @@ main (int argc, char **argv)
|
||||
#endif
|
||||
|
||||
mem_Init ();
|
||||
ctx_Init ();
|
||||
|
||||
if (argc > 0)
|
||||
for (int i = 1; i < argc; i++)
|
||||
|
||||
Reference in New Issue
Block a user