diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-12-10 10:48:27 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-12-10 10:48:27 +0000 |
commit | 1ae139718ffd3f9cab15c3783b64c3e6580c0529 (patch) | |
tree | ddf724895c1fcc9c46b68bba106e5e4b828d44e4 /gcc/collect2.c | |
parent | 097f7ac0001c2630bdb3d956973df1ea2623d702 (diff) | |
download | gcc-1ae139718ffd3f9cab15c3783b64c3e6580c0529.tar.gz |
* collect2.h: New header file for prototypes.
* Makefile.in (collect2.o, tlink.o): Depend on collect2.h.
* collect2.c: Include collect2.h.
* tlink.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24231 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/collect2.c')
-rw-r--r-- | gcc/collect2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/collect2.c b/gcc/collect2.c index 7638e4d8462..978c3e73c69 100644 --- a/gcc/collect2.c +++ b/gcc/collect2.c @@ -45,6 +45,7 @@ Boston, MA 02111-1307, USA. */ #define COLLECT +#include "collect2.h" #include "demangle.h" #include "obstack.h" #ifdef __CYGWIN__ |