summaryrefslogtreecommitdiff
path: root/apl9.h
diff options
context:
space:
mode:
authorPeter Mikkelsen <petermikkelsen10@gmail.com>2022-01-11 18:30:42 +0000
committerPeter Mikkelsen <petermikkelsen10@gmail.com>2022-01-11 18:30:42 +0000
commitba681c740d09deb36587b847a3307c68de933c4c (patch)
treed0ea0f81ce61dc484b5541e27b5c1a495ff68cf1 /apl9.h
parent9f01c03fd60ed1f745cb1ae3ff6f1e27910531af (diff)
Turn off eval debug prints by default
Diffstat (limited to 'apl9.h')
-rw-r--r--apl9.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apl9.h b/apl9.h
index 415620d..9de7b12 100644
--- a/apl9.h
+++ b/apl9.h
@@ -105,6 +105,7 @@ Array *fnCatenateFirst(Array *, Array *);
Array *fnReshape(Array *, Array *);
/* Global variables */
+extern int traceeval; /* eval.c */
extern Rune *errormsg; /* eval.c */
extern int datasizes[]; /* array.c */
extern Rune primfuncnames[]; /* function.c */