diff options
-rw-r--r-- | luatexbase-attr.dtx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/luatexbase-attr.dtx b/luatexbase-attr.dtx index 923ad97..86470b2 100644 --- a/luatexbase-attr.dtx +++ b/luatexbase-attr.dtx @@ -357,7 +357,7 @@ attributes = {} % doesn't seem bad to ``loose'' one item in order to avoid this problem. % % \begin{macrocode} -local last_alloc = 0 +local last_alloc = 255 function new_attribute(name, silent) if last_alloc >= 65535 then if silent then |