diff options
Diffstat (limited to 'src/compiler.js')
-rw-r--r-- | src/compiler.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compiler.js b/src/compiler.js index 1a48fad2..c0bd64d3 100644 --- a/src/compiler.js +++ b/src/compiler.js @@ -32,6 +32,8 @@ if (CORRECT_ROUNDINGS === 2) { CORRECT_ROUNDINGS_LINES = set(CORRECT_ROUNDINGS_LINES); // for fast checking } +EXPORTED_FUNCTIONS = set(EXPORTED_FUNCTIONS); + // Load compiler code load('framework.js'); |