summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/node-ref.lmt
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2021-12-24 19:46:30 +0100
committerContext Git Mirror Bot <phg@phi-gamma.net>2021-12-24 19:46:30 +0100
commit1cc6c316feae649d3c8b64ef0c980dfd792c2347 (patch)
treed2153ed2d05808a40963f095fb2d29c4f5e5c4c8 /tex/context/base/mkxl/node-ref.lmt
parent19750b667c23a9f276032837d6c517063376bd0c (diff)
downloadcontext-1cc6c316feae649d3c8b64ef0c980dfd792c2347.tar.gz
2021-12-24 19:09:00
Diffstat (limited to 'tex/context/base/mkxl/node-ref.lmt')
-rw-r--r--tex/context/base/mkxl/node-ref.lmt4
1 files changed, 4 insertions, 0 deletions
diff --git a/tex/context/base/mkxl/node-ref.lmt b/tex/context/base/mkxl/node-ref.lmt
index 269b2e749..36715c067 100644
--- a/tex/context/base/mkxl/node-ref.lmt
+++ b/tex/context/base/mkxl/node-ref.lmt
@@ -528,6 +528,8 @@ local nofreferences = 0
do
+ -- here we can't use attributes.registervalue etc (afaiks)
+
local stack = { }
local done = { }
local attribute = attributes.private('reference')
@@ -667,6 +669,8 @@ local nofdestinations = 0
do
+ -- here we can use attributes.registervalue etc
+
local stack = { }
local done = { }
local attribute = attributes.private('destination')