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
commit1182177cdf8b97111246693d2cfbc3c6f30e2e64 (patch)
tree9e2131ffcc7ddf209da4daa5ba740f1c92f76663
parent9fa6a83f3fd1323df649f970ee3a57da23b641ca (diff)
downloadtxr-1182177cdf8b97111246693d2cfbc3c6f30e2e64.tar.gz
txr-1182177cdf8b97111246693d2cfbc3c6f30e2e64.tar.bz2
txr-1182177cdf8b97111246693d2cfbc3c6f30e2e64.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)