diff options
author | Graham Stott <grahams@rcp.co.uk> | 1999-01-06 09:36:52 -0800 |
---|---|---|
committer | Per Bothner <bothner@gcc.gnu.org> | 1999-01-06 09:36:52 -0800 |
commit | 8c4ea1fd22ba1ec815a1595352c9abddd483df1c (patch) | |
tree | d025d79f22ccfd22c96c5a3b34d7965233776b39 /gcc | |
parent | 36635152c9a0ee8d0785a2ac79c734fda79594d4 (diff) | |
download | gcc-8c4ea1fd22ba1ec815a1595352c9abddd483df1c.zip gcc-8c4ea1fd22ba1ec815a1595352c9abddd483df1c.tar.gz gcc-8c4ea1fd22ba1ec815a1595352c9abddd483df1c.tar.bz2 |
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 <dirent.h>.
From-SVN: r24520
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/java/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 32fa2da..765d0d0 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,8 @@ +Wed Jan 6 14:53:10 1999 Graham <grahams@rcp.co.uk> + + * parse.y : include system.h instead of including + standard headers directly with the exception of <dirent.h>. + Wed Jan 6 16:20:06 1999 Per Bothner <bothner@cygnus.com> * lex.h: Moved static function declarations to lex.c, |