diff options
Diffstat (limited to 'apl9.h')
-rw-r--r-- | apl9.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |