summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/l3kernel/l3alloc.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/l3kernel/l3alloc.dtx')
-rw-r--r--macros/latex/contrib/l3kernel/l3alloc.dtx8
1 files changed, 6 insertions, 2 deletions
diff --git a/macros/latex/contrib/l3kernel/l3alloc.dtx b/macros/latex/contrib/l3kernel/l3alloc.dtx
index edc3fb9ddc..4e8d1c4f59 100644
--- a/macros/latex/contrib/l3kernel/l3alloc.dtx
+++ b/macros/latex/contrib/l3kernel/l3alloc.dtx
@@ -43,7 +43,7 @@
% }^^A
% }
%
-% \date{Released 2019-10-14}
+% \date{Released 2019-10-21}
%
% \maketitle
%
@@ -145,7 +145,11 @@
\exp_not:N \@@_reg:nNnN { box }
\cs_if_exist:NTF \tex_luatexversion:D
{ \tex_chardef:D }
- { \tex_mathchardef:D }
+ {
+ \cs_if_exist:NTF \tex_omathchardef:D
+ { \tex_omathchardef:D }
+ { \tex_mathchardef:D }
+ }
\c_max_register_int
#1
}