summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/tex/mainbody.w
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/tex/mainbody.w')
-rw-r--r--Build/source/texk/web2c/luatexdir/tex/mainbody.w9
1 files changed, 4 insertions, 5 deletions
diff --git a/Build/source/texk/web2c/luatexdir/tex/mainbody.w b/Build/source/texk/web2c/luatexdir/tex/mainbody.w
index 9aada03cf30..4fe5f20c30b 100644
--- a/Build/source/texk/web2c/luatexdir/tex/mainbody.w
+++ b/Build/source/texk/web2c/luatexdir/tex/mainbody.w
@@ -23,12 +23,12 @@
@ @c
static const char _svn_version[] =
- "$Id: mainbody.w 4877 2014-03-14 01:26:05Z luigi $"
+ "$Id: mainbody.w 4956 2014-03-28 12:12:17Z luigi $"
"$URL: https://foundry.supelec.fr/svn/luatex/trunk/source/texk/web2c/luatexdir/tex/mainbody.w $";
#include "ptexlib.h"
-@
+@
pdfTeX is copyright (C) 1996-2006 Han The Thanh, <thanh@@pdftex.org>.
e-TeX is copyright (C) 1994,98 by Peter Breitenlohner.
@@ -590,8 +590,7 @@ void final_cleanup(void)
else
end_file_reading();
while (open_parens > 0) {
- if (tracefilenames)
- tprint(" )");
+ report_stop_file(filetype_tex);
decr(open_parens);
}
if (cur_level > level_one) {
@@ -647,7 +646,7 @@ void final_cleanup(void)
}
@ Once \TeX\ is working, you should be able to diagnose most errors with
-the \.{\\show} commands and other diagnostic features.
+the \.{\\show} commands and other diagnostic features.
An additional routine called |debug_help|
will come into play when you type `\.D' after an error message;
|debug_help| also occurs just before a fatal error causes \TeX\ to succumb.