diff options
author | Steve Chamberlain <sac@cygnus> | 1992-03-07 18:31:24 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1992-03-07 18:31:24 +0000 |
commit | 9aa97a39fed07f48abdf64e964af64c296fa179b (patch) | |
tree | a971416a742795e6923c246b910d69bbc844acc4 /ld/relax.c | |
parent | 94f02cf2c22b2fecab542f5f868e55f751147825 (diff) | |
download | gdb-9aa97a39fed07f48abdf64e964af64c296fa179b.zip gdb-9aa97a39fed07f48abdf64e964af64c296fa179b.tar.gz gdb-9aa97a39fed07f48abdf64e964af64c296fa179b.tar.bz2 |
Lint removal, extra prototypes.
Recopied cplus-dem from gdb, makes more things come out right.
Diffstat (limited to 'ld/relax.c')
-rw-r--r-- | ld/relax.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ Tie together all the interseting blocks #include "ldmisc.h" #include "ldsym.h" #include "ldgram.h" - +#include "relax.h" static void DEFUN(build_it,(statement), lang_statement_union_type *statement) |