aboutsummaryrefslogtreecommitdiff
path: root/src/compiler.js
diff options
context:
space:
mode:
authorngld <ngld@tproxy.de>2013-09-25 17:44:57 +0200
committerngld <ngld@tproxy.de>2013-09-25 17:44:57 +0200
commit2370dd4b6f32b9be38c736b3060ba690a720483f (patch)
tree462a0fb98310853dae2e00a5df8c8528b3fcf222 /src/compiler.js
parent8481d3023417529839067af4dca9c5484b69c309 (diff)
Fix some comments and bump EMSCRIPTEN_VERSION
Diffstat (limited to 'src/compiler.js')
-rw-r--r--src/compiler.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler.js b/src/compiler.js
index 69824035..f7c6dd59 100644
--- a/src/compiler.js
+++ b/src/compiler.js
@@ -207,7 +207,6 @@ if (VERBOSE) printErr('VERBOSE is on, this generates a lot of output and can slo
// Load struct and define information.
var temp = JSON.parse(read(STRUCT_INFO));
C_STRUCTS = temp.structs;
-// NOTE: This overwrites C_DEFINES from settings.js, should this be fixed or will C_DEFINES in settings.js be deprecated?
C_DEFINES = temp.defines;
// Load compiler code