aboutsummaryrefslogtreecommitdiff
path: root/src/preamble.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/preamble.js')
-rw-r--r--src/preamble.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/preamble.js b/src/preamble.js
index 59c3e842..38d73dd8 100644
--- a/src/preamble.js
+++ b/src/preamble.js
@@ -30,6 +30,10 @@ function __Z18UNPROTECT_HEAPADDRPv(dest) {
//==========================================
#endif
+#if LABEL_DEBUG
+INDENT = '';
+#endif
+
function abort(text) {
text = "ABORT: " + text;
print(text + "\n");