diff options
author | Norbert Preining <norbert@preining.info> | 2023-07-16 03:01:13 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2023-07-16 03:01:13 +0000 |
commit | bfb037e9e2deef77f8837a4421b029f8298437cf (patch) | |
tree | 09352a681dfad8513951dbdc0f99dd92451834e9 /biblio/bibtex/bibtex-x/bibtex.c | |
parent | f506889527fff6570e2878d55abbacf7227f2b3e (diff) |
CTAN sync 202307160301
Diffstat (limited to 'biblio/bibtex/bibtex-x/bibtex.c')
-rw-r--r-- | biblio/bibtex/bibtex-x/bibtex.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/biblio/bibtex/bibtex-x/bibtex.c b/biblio/bibtex/bibtex-x/bibtex.c index 8df3f88c9d..94ccb742ad 100644 --- a/biblio/bibtex/bibtex-x/bibtex.c +++ b/biblio/bibtex/bibtex-x/bibtex.c @@ -229,9 +229,6 @@ int main (int argc, char **argv) BEGIN extern Integer8_T history; int exit_status; -#ifdef KPATHSEA - char *mpl; -#endif /*- **------------------------------------------------------------------------ @@ -261,24 +258,9 @@ BEGIN goto Close_Up_Shop_Label; END - number_of_command_line_args = argc; - command_line_arg_strings = (char **) argv; - history = SPOTLESS; parse_cmd_line (argc, argv); -#ifdef KPATHSEA - kpse_set_program_name(argv[0], PROGNAME); - mpl = kpse_var_value("max_print_line"); - if (mpl) - BEGIN - max_print_line = atoi(mpl); - free(mpl); - END - else - max_print_line = 79; /* default */ -#endif - set_array_sizes (); report_search_paths (); |