aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--system/include/emscripten.h (renamed from src/include/emscripten.h)3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/emscripten.h b/system/include/emscripten.h
index b06f3781..5f3689c9 100644
--- a/src/include/emscripten.h
+++ b/system/include/emscripten.h
@@ -7,9 +7,6 @@
* http://emscripten.org
*/
-#undef __i386__
-#undef __x86_64__
-
// Interface to the underlying JS engine. This function will
// eval() the given script.
extern void emscripten_run_script(const char *script);