diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-04-11 06:59:33 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-04-11 06:59:33 -0700 |
commit | af8729499466e0edd22d42648a714bb584856cf7 (patch) | |
tree | 612dcf8c7e2dc2a9d1f7670356f5ae2e32d8f1b6 /lib.c | |
parent | 478ae133483a91b35028eca9666689669fe55015 (diff) | |
download | txr-af8729499466e0edd22d42648a714bb584856cf7.tar.gz txr-af8729499466e0edd22d42648a714bb584856cf7.tar.bz2 txr-af8729499466e0edd22d42648a714bb584856cf7.zip |
Bugfix: missing usr:end and usr:single symbols.
When TXR pattern language code is canned in the context of
an alternative *package* which uses the usr package,
the scanner will throw false errors on @(end) and @(single).
This is because these symbols don't exist in the usr
package and will get interned in the current package.
The scanner will then complain that they are not in the
usr package.
* match.c (syms_init): Intern end and single in the
usr package, but don't store the return value in any
variable.
Diffstat (limited to 'lib.c')
0 files changed, 0 insertions, 0 deletions