summaryrefslogtreecommitdiff
path: root/source/luametatex/source/tex/texmarks.h
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2022-12-15 19:13:44 +0100
committerContext Git Mirror Bot <phg@phi-gamma.net>2022-12-15 19:13:44 +0100
commit8f472c629a996f1c08281198210354a253d7f56b (patch)
tree26f5fa0bda520d7ea9e87947df6978b9085a7d58 /source/luametatex/source/tex/texmarks.h
parent3bdc9b9072bba774cd5c604fe185d39ddbdc911e (diff)
downloadcontext-8f472c629a996f1c08281198210354a253d7f56b.tar.gz
2022-12-15 17:52:00
Diffstat (limited to 'source/luametatex/source/tex/texmarks.h')
-rw-r--r--source/luametatex/source/tex/texmarks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/luametatex/source/tex/texmarks.h b/source/luametatex/source/tex/texmarks.h
index e787fa9d0..9ce819f07 100644
--- a/source/luametatex/source/tex/texmarks.h
+++ b/source/luametatex/source/tex/texmarks.h
@@ -50,7 +50,7 @@ extern void tex_reset_mark (halfword m);
extern void tex_wipe_mark (halfword m);
extern void tex_delete_mark (halfword m, int what);
extern halfword tex_get_some_mark (halfword chr, halfword val);
-extern halfword tex_new_mark (quarterword subtype, halfword cls, halfword ptr);
+extern halfword tex_new_mark (quarterword subtype, halfword index, halfword ptr);
extern void tex_update_top_marks (void);
extern void tex_update_first_and_bot_mark (halfword m);
extern void tex_update_first_marks (void);