summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2021-06-08 21:50:38 -0700
committerKaz Kylheku <kaz@kylheku.com>2021-06-08 21:50:38 -0700
commit3725601b209dee672d7bc63fcf0a33fb8af5a06a (patch)
treeb3bdb48dd30c06ca4779bf8dfdaa22dd9fd5636f
parent5891f1adae6d1031d546fedbc0e7920cdfc0e58b (diff)
downloadtxr-3725601b209dee672d7bc63fcf0a33fb8af5a06a.tar.gz
txr-3725601b209dee672d7bc63fcf0a33fb8af5a06a.tar.bz2
txr-3725601b209dee672d7bc63fcf0a33fb8af5a06a.zip
tags: recognize deffi-struct.
* tags.tl (process-form): Recognize deffi-struct together with defstruct.
-rwxr-xr-xtags.tl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tags.tl b/tags.tl
index 25926285..b047cce8 100755
--- a/tags.tl
+++ b/tags.tl
@@ -136,7 +136,7 @@
(cond
(long (add (ntag slot-tag long struct-name)))
(short (add (ntag slot-tag short struct-name))))))))
- ((defstruct)
+ ((defstruct deffi-struct)
(let ((struct-obj obj)
(struct-name (tree-case (cadr obj)
((atom . rest) atom)