* Makefile.in (LINTFLAGS): Update to contain all of the macros

which define include paths used when compiling.

* util.c (savestring, msavestring): Change type of length argument.
* defs.h (savestring, msavestring): Update to match.
This commit is contained in:
J.T. Conklin 2001-03-07 03:10:15 +00:00
parent b47218fbce
commit 21a12a30df
1 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,11 @@
2001-03-06 J.T. Conklin <jtc@redback.com>
* Makefile.in (LINTFLAGS): Update to contain all of the macros
which define include paths used when compiling.
* util.c (savestring, msavestring): Change type of length argument.
* defs.h (savestring, msavestring): Update to match.
* symtab.h (decode_line_1): Removed declaration.
* symfile.c (#include <assert.h>): Removed.