summaryrefslogtreecommitdiff
path: root/source/luametatex/source/tex/texcommands.h
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2022-12-01 13:43:10 +0100
committerContext Git Mirror Bot <phg@phi-gamma.net>2022-12-01 13:43:10 +0100
commit08fa92c1c94d9faddee48590a1a20506e89c191c (patch)
tree12bbf6fa56b69c47340d4c15f8f601be2d9487b5 /source/luametatex/source/tex/texcommands.h
parent2593c827482f6c5a315d504cd5316879d6172656 (diff)
downloadcontext-08fa92c1c94d9faddee48590a1a20506e89c191c.tar.gz
2022-12-01 12:41:00
Diffstat (limited to 'source/luametatex/source/tex/texcommands.h')
-rw-r--r--source/luametatex/source/tex/texcommands.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/luametatex/source/tex/texcommands.h b/source/luametatex/source/tex/texcommands.h
index 6d85f1ed7..a5c157a44 100644
--- a/source/luametatex/source/tex/texcommands.h
+++ b/source/luametatex/source/tex/texcommands.h
@@ -442,6 +442,7 @@ typedef enum convert_codes {
semi_expanded_code, /*tex command code for |\constantexpanded| */
string_code, /*tex command code for |\string| */
cs_string_code, /*tex command code for |\csstring| */
+ cs_active_code, /*tex command code for |\csactive| */
detokenized_code, /*tex command code for |\detokenized| */
roman_numeral_code, /*tex command code for |\romannumeral| */
meaning_code, /*tex command code for |\meaning| */
@@ -743,6 +744,7 @@ typedef enum expand_after_codes {
expand_token_code,
expand_cs_token_code,
expand_code,
+ expand_active_code,
semi_expand_code,
expand_after_toks_code,
/* expand_after_fi, */
@@ -1034,6 +1036,7 @@ typedef enum charcode_codes {
sfcode_charcode,
hccode_charcode,
hmcode_charcode,
+ amcode_charcode,
mathcode_charcode,
extmathcode_charcode,
delcode_charcode,