diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-02-26 03:17:02 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-02-26 03:17:02 +0000 |
commit | 4725fb48f5d3fc844e96e1fdcd05e9d43528f6f9 (patch) | |
tree | 76f6b21574604996fd7a192e66335f62b116b024 /ld/lexsup.c | |
parent | fc1dfb7169128d15419b1958e72c626a62bfb592 (diff) | |
download | gdb-4725fb48f5d3fc844e96e1fdcd05e9d43528f6f9.zip gdb-4725fb48f5d3fc844e96e1fdcd05e9d43528f6f9.tar.gz gdb-4725fb48f5d3fc844e96e1fdcd05e9d43528f6f9.tar.bz2 |
* ldgram.y (dirlist_ptr): Removed; not used.
* lexsup.c: Include ldver.h.
* Makefile.in: Rebuilt dependencies.
Diffstat (limited to 'ld/lexsup.c')
-rw-r--r-- | ld/lexsup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/lexsup.c b/ld/lexsup.c index 7f52ce2..0b07e0f 100644 --- a/ld/lexsup.c +++ b/ld/lexsup.c @@ -32,6 +32,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "ldgram.h" #include "ldlex.h" #include "ldfile.h" +#include "ldver.h" /* Omit args to avoid the possibility of clashing with a system header that might disagree about consts. */ |