summaryrefslogtreecommitdiff
path: root/source/luametatex/source/tex/texmainbody.c
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2022-12-29 15:11:22 +0100
committerContext Git Mirror Bot <phg@phi-gamma.net>2022-12-29 15:11:22 +0100
commit62d980c99a617ff260f29ac2d3bdb084049f25b0 (patch)
tree783dca2fc5608a9b27c7691eda3ee05073b75fe5 /source/luametatex/source/tex/texmainbody.c
parentdb25374e65d39dc254ddce11b40ad4a95e6a385b (diff)
downloadcontext-62d980c99a617ff260f29ac2d3bdb084049f25b0.tar.gz
2022-12-29 14:31:00
Diffstat (limited to 'source/luametatex/source/tex/texmainbody.c')
-rw-r--r--source/luametatex/source/tex/texmainbody.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/luametatex/source/tex/texmainbody.c b/source/luametatex/source/tex/texmainbody.c
index 57b7d34be..4dd9c37a0 100644
--- a/source/luametatex/source/tex/texmainbody.c
+++ b/source/luametatex/source/tex/texmainbody.c
@@ -374,6 +374,13 @@ void tex_main_body(void)
}
}
+ /*tex
+ We assume that |ignore_depth_criterium_par| is unchanged. If needed we can always do
+ this:
+ */
+
+ /* cur_list.prev_depth = ignore_depth_criterium_par; */
+
/*tex Ready to go, so come to life. */
lmt_error_state.history = spotless;