Commit ef4969e0 by Marc Espie Committed by Jeff Law

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

From-SVN: r26979
parent 2e5eb5c5
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> Mon May 17 19:45:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* fixinc/fixincl.c (process): Wait for children from chain_open() * fixinc/fixincl.c (process): Wait for children from chain_open()
......
...@@ -1011,9 +1011,9 @@ main (argc, argv) ...@@ -1011,9 +1011,9 @@ main (argc, argv)
int first_file; int first_file;
int num_c_args = argc+9; int num_c_args = argc+9;
#if defined (COLLECT2_HOST_INITIALZATION) #if defined (COLLECT2_HOST_INITIALIZATION)
/* Perform system dependant initialization, if neccessary. */ /* Perform system dependant initialization, if neccessary. */
COLLECT2_HOST_INITIALZATION; COLLECT2_HOST_INITIALIZATION;
#endif #endif
#ifdef HAVE_LC_MESSAGES #ifdef HAVE_LC_MESSAGES
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment