summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2021-06-08 21:39:50 -0700
committerKaz Kylheku <kaz@kylheku.com>2021-06-08 21:39:50 -0700
commit5891f1adae6d1031d546fedbc0e7920cdfc0e58b (patch)
tree9e2131ffcc7ddf209da4daa5ba740f1c92f76663
parent3783930365c3e91aae780f4f8728f1a029012539 (diff)
downloadtxr-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-xtags.tl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tags.tl b/tags.tl
index 32008e80..25926285 100755
--- a/tags.tl
+++ b/tags.tl
@@ -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)