Moved definition of syntactic reference structure to ecma-refecence.h, removed ctx-reference.[ch] and ctx-manager.[ch].

This commit is contained in:
Ruben Ayrapetyan
2014-07-09 21:10:44 +04:00
parent a787f17a1b
commit c4d2c4c916
7 changed files with 61 additions and 1044 deletions
-2
View File
@@ -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++)