]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Grr, ChangeLog entry for last change.
authorKaveh Ghazi <ghazi@gcc.gnu.org>
Fri, 6 Mar 1998 07:17:34 +0000 (07:17 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Fri, 6 Mar 1998 07:17:34 +0000 (07:17 +0000)
        * method.c: Include "system.h" to get stdlib.h, stdio.h,
        ctype.h, string.h, etc.
        (issue_nrepeats): Add default case in enumeration switch.
        (check_btype): Likewise.
        (process_overload_item): Likewise.
        * Makefile.in (method.o): Depend on system.h.

From-SVN: r18428

gcc/cp/ChangeLog

index 59d0e4cd2914069314de1cd1a3f674791f1deb44..cd81c113359cd827d078e1dd3ef8ca4975d2a072 100644 (file)
@@ -1,3 +1,13 @@
+Fri Mar  6 10:06:59 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+        * method.c: Include "system.h" to get stdlib.h, stdio.h,
+        ctype.h, string.h, etc.
+        (issue_nrepeats): Add default case in enumeration switch.
+        (check_btype): Likewise.
+        (process_overload_item): Likewise.
+        
+        * Makefile.in (method.o): Depend on system.h.
+
 Wed Mar  4 22:26:53 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
 
        * lex.c (do_scoped_id): Fix parenthesizing.