renamed ecma-defs.h -> src/ecma-globals.h

This commit is contained in:
e.gavrin
2014-07-02 14:20:54 +04:00
parent 5923418e69
commit 604771248f
21 changed files with 159 additions and 20 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
* Garbage collector interface
*/
#include "ecma-defs.h"
#include "ecma-globals.h"
extern void ecma_GCInit( void);
extern void ecma_RefObject(ecma_Object_t *pObject);