summaryrefslogtreecommitdiff
path: root/Build/source/texk/bibtex8/bibtex.c
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2010-03-16 12:08:40 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2010-03-16 12:08:40 +0000
commit6482937de0dea6d674c05196ece8c3435c645333 (patch)
treeb5d0e509b646dd7f8a41e147fa0d902427138ad4 /Build/source/texk/bibtex8/bibtex.c
parent2c4402d9e43aaa7b3148a79ecc078ded4affa73e (diff)
bibtex8/bibtexu dynamic memory allocation
git-svn-id: svn://tug.org/texlive/trunk@17464 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/bibtex8/bibtex.c')
-rw-r--r--Build/source/texk/bibtex8/bibtex.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/Build/source/texk/bibtex8/bibtex.c b/Build/source/texk/bibtex8/bibtex.c
index 52b4fb5c9e9..7bb7e9135bf 100644
--- a/Build/source/texk/bibtex8/bibtex.c
+++ b/Build/source/texk/bibtex8/bibtex.c
@@ -270,7 +270,6 @@ BEGIN
parse_cmd_line (argc, argv);
set_array_sizes ();
- allocate_arrays ();
report_search_paths ();
initialize ();
@@ -446,7 +445,7 @@ Close_Up_Shop_Label:
END
break;
case FATAL_MESSAGE:
- PRINT ("(That was a fatal error)");
+ PRINT_LN ("(That was a fatal error)");
break;
default:
PRINT ("History is bunk");