diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2011-05-21 18:20:13 +0200 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2011-05-21 18:43:32 +0200 |
commit | 6430f13d685bff2b10f80896efc4236cf74bcad7 (patch) | |
tree | d4ad7faa26514a1c4e9636a929a6d2912538166c | |
parent | e1756b10f9ea2104e629550446b29d3185bfd87a (diff) | |
download | luatexbase-6430f13d685bff2b10f80896efc4236cf74bcad7.tar.gz |
fix typos that broke catcodetablenumstack
-rw-r--r-- | luatexbase-cctb.dtx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/luatexbase-cctb.dtx b/luatexbase-cctb.dtx index cef7faf..b39e7f2 100644 --- a/luatexbase-cctb.dtx +++ b/luatexbase-cctb.dtx @@ -599,7 +599,7 @@ See source file '\inFileName' for details. % % \begin{macrocode} \def\PushCatcodeTableNumStack{% - \xdef\lltxb@cctb@numstack{{\the\catcodetable}\lltxb@cctb@numstack}} + \xdef\lltxb@cctb@numstack{{\the\luatexcatcodetable}\lltxb@cctb@numstack}} % \end{macrocode} % % Popping a number off the stack means shifting it. @@ -612,7 +612,7 @@ See source file '\inFileName' for details. \errormessage{Popping from and empty CatcoteTableNumStack}% \luatexcatcodetable\z@ \else - \def\lltxb@numstack@pop{#2}% + \gdef\lltxb@cctb@numstack{#2}% \luatexcatcodetable#1\relax \fi} % \end{macrocode} |