summaryrefslogtreecommitdiff
path: root/apl9.h
diff options
context:
space:
mode:
authorPeter Mikkelsen <petermikkelsen10@gmail.com>2022-02-22 12:29:23 +0000
committerPeter Mikkelsen <petermikkelsen10@gmail.com>2022-02-22 12:29:23 +0000
commite8e6feeb95cdc3b81a2c17b5a342a3d0b170ccb4 (patch)
tree8952eb98e03c3153143e8d5598988ef537153135 /apl9.h
parent67cbbe89c1b876b88557def75ec376d9f3330588 (diff)
Prepare for error guards
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 d8afcb1..d115ea3 100644
--- a/apl9.h
+++ b/apl9.h
@@ -120,6 +120,7 @@ struct Array
struct Statement
{
int ntoks;
+ int errorguard; /* if guard != nil, is the guard an error guard? */
Datum **toks;
Statement *guard;
Statement *next;