summaryrefslogtreecommitdiff
path: root/source/luametatex/source/tex/texscanning.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/texscanning.h
parent2593c827482f6c5a315d504cd5316879d6172656 (diff)
downloadcontext-08fa92c1c94d9faddee48590a1a20506e89c191c.tar.gz
2022-12-01 12:41:00
Diffstat (limited to 'source/luametatex/source/tex/texscanning.h')
-rw-r--r--source/luametatex/source/tex/texscanning.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/luametatex/source/tex/texscanning.h b/source/luametatex/source/tex/texscanning.h
index 90897bf54..303143587 100644
--- a/source/luametatex/source/tex/texscanning.h
+++ b/source/luametatex/source/tex/texscanning.h
@@ -120,7 +120,7 @@ extern halfword tex_scan_math_properties_number (void);
extern halfword tex_scan_math_group_number (void);
extern halfword tex_scan_math_index_number (void);
extern halfword tex_scan_math_discretionary_number (int optional_equal);
-extern halfword tex_scan_category_code (void);
+extern halfword tex_scan_category_code (int optional_equal);
extern singleword tex_scan_box_index (void); /*tex For local boxes: small for now! */
extern singleword tex_scan_box_axis (void);
extern halfword tex_scan_function_reference (int optional_equal);