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
commit58ab734e9fd6b431d50dcae6ceb42152049c0be0 (patch)
treeb3bdb48dd30c06ca4779bf8dfdaa22dd9fd5636f
parent1182177cdf8b97111246693d2cfbc3c6f30e2e64 (diff)
downloadtxr-58ab734e9fd6b431d50dcae6ceb42152049c0be0.tar.gz
txr-58ab734e9fd6b431d50dcae6ceb42152049c0be0.tar.bz2
txr-58ab734e9fd6b431d50dcae6ceb42152049c0be0.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)