ecere/com/instance: (Emscripten) Disabling memory manager
authorJerome St-Louis <jerome@ecere.com>
Sun, 3 Jul 2016 10:13:08 +0000 (06:13 -0400)
committerJerome St-Louis <jerome@ecere.com>
Thu, 28 Jul 2016 22:23:13 +0000 (18:23 -0400)
ecere/src/com/instance.ec

index db2b5d2..1eb27ef 100644 (file)
@@ -2,7 +2,9 @@
 
 namespace com;
 
-// #define DISABLE_MEMMGR
+#if defined(__EMSCRIPTEN__)
+ #define DISABLE_MEMMGR
+#endif
 
 import "BinaryTree"
 import "OldList"