summaryrefslogtreecommitdiff
path: root/tex/context/base/pack-obj.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/pack-obj.lua')
-rw-r--r--tex/context/base/pack-obj.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/tex/context/base/pack-obj.lua b/tex/context/base/pack-obj.lua
index 70876a346..1e4e0f59e 100644
--- a/tex/context/base/pack-obj.lua
+++ b/tex/context/base/pack-obj.lua
@@ -13,7 +13,8 @@ reusable components.</p>
local commands, context = commands, context
-local allocate = utilities.storage.allocate
+local texcount = tex.count
+local allocate = utilities.storage.allocate
local collected = allocate()
local tobesaved = allocate()