summaryrefslogtreecommitdiffstats
path: root/lib.h
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2017-07-31 17:41:34 -0700
committerKaz Kylheku <kaz@kylheku.com>2017-07-31 17:41:34 -0700
commitb38e34fdec127166ac1e4a3db47c07c53959c677 (patch)
tree03670c51ae5596480ee3480c8309ee2d67def4e9 /lib.h
parent0b38bc996c4c7e2693931bbd5103c7772b56b4bd (diff)
downloadtxr-b38e34fdec127166ac1e4a3db47c07c53959c677.tar.gz
txr-b38e34fdec127166ac1e4a3db47c07c53959c677.tar.bz2
txr-b38e34fdec127166ac1e4a3db47c07c53959c677.zip
txr-016 2009-10-16txr-016
Diffstat (limited to 'lib.h')
-rw-r--r--lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib.h b/lib.h
index 1ecb577d..9473a299 100644
--- a/lib.h
+++ b/lib.h
@@ -149,7 +149,7 @@ extern obj_t *skip, *trailer, *block, *next, *fail, *accept;
extern obj_t *all, *some, *none, *maybe, *cases, *collect, *until, *coll;
extern obj_t *define, *output, *single, *frst, *lst, *empty, *repeat, *rep;
extern obj_t *flattn, *forget, *local, *mrge, *bind, *cat, *dir;
-extern obj_t *try, *catch, *finally, *nothrow;
+extern obj_t *try, *catch, *finally, *nothrow, *throw, *defex;
extern obj_t *error, *type_error, *internal_err, *numeric_err, *range_err;
extern obj_t *query_error, *file_error;