From 21a12a30df024f2469d0bdf2f1a241e3a05378b8 Mon Sep 17 00:00:00 2001 From: "J.T. Conklin" Date: Wed, 7 Mar 2001 03:10:15 +0000 Subject: [PATCH] * 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. --- gdb/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6f5b6cf55e..ba239a4dc1 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2001-03-06 J.T. Conklin + * 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 ): Removed.