* collect2.c (main): Fix typo in COLLECT2_HOST_INITIALIZATION.
From-SVN: r26979
This commit is contained in:
parent
2e5eb5c578
commit
ef4969e0b6
@ -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()
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user