From: Graham Stott Date: Wed, 6 Jan 1999 17:36:52 +0000 (-0800) Subject: parse.y: include system.h instead of including standard headers directly with the... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8c4ea1fd22ba1ec815a1595352c9abddd483df1c;p=gcc.git parse.y: include system.h instead of including standard headers directly with the... � * parse.y : include system.h instead of including standard headers directly with the exception of . From-SVN: r24520 --- diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 32fa2da498a..765d0d0685b 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,8 @@ +Wed Jan 6 14:53:10 1999 Graham + + * parse.y : include system.h instead of including + standard headers directly with the exception of . + Wed Jan 6 16:20:06 1999 Per Bothner * lex.h: Moved static function declarations to lex.c,