aboutsummaryrefslogtreecommitdiff
path: root/src/library.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/library.js')
-rw-r--r--src/library.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library.js b/src/library.js
index 1eadfa8b..81eb358a 100644
--- a/src/library.js
+++ b/src/library.js
@@ -1138,7 +1138,7 @@ var Library = {
// setjmp.h
_setjmp: function(env) {
- print('WARNING: setjmp() not really implemented, will fail if longjmp() is actually called');
+ // XXX print('WARNING: setjmp() not really implemented, will fail if longjmp() is actually called');
return 0;
},