diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-07-31 17:42:07 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-07-31 17:42:07 -0700 |
commit | 0bf28ecd2bf99a65d6284b6bc00dc15ca01b93b2 (patch) | |
tree | bcdde754cf051acbc0c67b25fdbbf83409fa549f /lib.h | |
parent | b38e34fdec127166ac1e4a3db47c07c53959c677 (diff) | |
download | txr-0bf28ecd2bf99a65d6284b6bc00dc15ca01b93b2.tar.gz txr-0bf28ecd2bf99a65d6284b6bc00dc15ca01b93b2.tar.bz2 txr-0bf28ecd2bf99a65d6284b6bc00dc15ca01b93b2.zip |
txr-017 2009-10-17txr-017
Note: Version 016 ChangeLog message incorrect.
Diffstat (limited to 'lib.h')
-rw-r--r-- | lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -148,7 +148,7 @@ extern obj_t *zeroplus, *optional, *compound, *or, *quasi; 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 *flattn, *forget, *local, *mrge, *bind, *cat, *args; 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; |