summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/ptexdir/pbibtex.ch
diff options
context:
space:
mode:
authorTakuji Tanaka <ttk@t-lab.opal.ne.jp>2022-09-03 05:43:53 +0000
committerTakuji Tanaka <ttk@t-lab.opal.ne.jp>2022-09-03 05:43:53 +0000
commitbb3c1007e2f9fbee5d667321fecd07897e930a18 (patch)
treee5c775aba6cf89ed7d28c1b0206312fd3c2836ed /Build/source/texk/web2c/ptexdir/pbibtex.ch
parent49208ae978a9550c23a4858a52155edbd927761d (diff)
((u)p)bibtex: check options before initialization of kpathsea params
git-svn-id: svn://tug.org/texlive/trunk@64276 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/ptexdir/pbibtex.ch')
-rw-r--r--Build/source/texk/web2c/ptexdir/pbibtex.ch2
1 files changed, 0 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/ptexdir/pbibtex.ch b/Build/source/texk/web2c/ptexdir/pbibtex.ch
index d1aa891a90a..48df5c67ee2 100644
--- a/Build/source/texk/web2c/ptexdir/pbibtex.ch
+++ b/Build/source/texk/web2c/ptexdir/pbibtex.ch
@@ -228,14 +228,12 @@ var i:c_int_type;
procedure get_the_top_level_aux_file_name;
label aux_found,@!aux_not_found;
begin
- @<Process a possible command line@>
@y
@<Procedures and functions for the reading and processing of input files@>=
procedure get_the_top_level_aux_file_name;
label aux_found,@!aux_not_found;
begin
if (not set_enc_string (nil,'EUC')) then uexit(1);
- @<Process a possible command line@>
@z
@x