diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-06-08 21:39:50 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-06-08 21:39:50 -0700 |
commit | 5891f1adae6d1031d546fedbc0e7920cdfc0e58b (patch) | |
tree | 9e2131ffcc7ddf209da4daa5ba740f1c92f76663 | |
parent | 3783930365c3e91aae780f4f8728f1a029012539 (diff) | |
download | txr-5891f1adae6d1031d546fedbc0e7920cdfc0e58b.tar.gz txr-5891f1adae6d1031d546fedbc0e7920cdfc0e58b.tar.bz2 txr-5891f1adae6d1031d546fedbc0e7920cdfc0e58b.zip |
tags: handle literals for undefined structures.
* tags.tl: bind *read-unknown-structs* to t around
the file walk.
-rwxr-xr-x | tags.tl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -260,6 +260,7 @@ (let* ((have-arv (boundp 'ftw-actionretval)) (excf [apply orf (mapcar (do op fnmatch @@1 @1) o.exclude)]) (skips ()) + (*read-unknown-structs* t) (tags (build (ftw o.out-args (lambda (path type stat . rest) |