* collect2.c (main): Fix typo in COLLECT2_HOST_INITIALIZATION.

From-SVN: r26979
This commit is contained in:
Marc Espie 1999-05-17 22:56:24 +00:00 committed by Jeff Law
parent 2e5eb5c578
commit ef4969e0b6
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Mon May 17 23:50:41 1999 Marc Espie <espie@cvs.openbsd.org>
* collect2.c (main): Fix typo in COLLECT2_HOST_INITIALIZATION.
Mon May 17 19:45:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* fixinc/fixincl.c (process): Wait for children from chain_open()

View File

@ -1011,9 +1011,9 @@ main (argc, argv)
int first_file;
int num_c_args = argc+9;
#if defined (COLLECT2_HOST_INITIALZATION)
#if defined (COLLECT2_HOST_INITIALIZATION)
/* Perform system dependant initialization, if neccessary. */
COLLECT2_HOST_INITIALZATION;
COLLECT2_HOST_INITIALIZATION;
#endif
#ifdef HAVE_LC_MESSAGES