diff options
author | ngld <ngld@tproxy.de> | 2013-09-25 17:44:57 +0200 |
---|---|---|
committer | ngld <ngld@tproxy.de> | 2013-09-25 17:44:57 +0200 |
commit | 2370dd4b6f32b9be38c736b3060ba690a720483f (patch) | |
tree | 462a0fb98310853dae2e00a5df8c8528b3fcf222 /src/settings.js | |
parent | 8481d3023417529839067af4dca9c5484b69c309 (diff) |
Fix some comments and bump EMSCRIPTEN_VERSION
Diffstat (limited to 'src/settings.js')
-rw-r--r-- | src/settings.js | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/settings.js b/src/settings.js index 8d9d4634..8cdf420c 100644 --- a/src/settings.js +++ b/src/settings.js @@ -438,13 +438,7 @@ var DEBUG_TAGS_SHOWING = []; // metadata // legalizer -// A cached set of defines, generated from the header files. This -// lets the emscripten libc (library.js) see the right values. -// The list of defines was moved into struct_info.json in the same directory. +// The list of defines (C_DEFINES) was moved into struct_info.json in the same directory. // That file is automatically parsed by tools/gen_struct_info.py. // If you modify the headers, just clear your cache and emscripten libc should see // the new values. -// NOTE: Right now this value is ignored. -// TODO: See compiler.js (Should this var be deprecated?) -var C_DEFINES = {}; - |