diff options
author | Dave Brolley <brolley@cygnus.com> | 1998-04-10 03:40:22 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-04-10 03:40:22 -0600 |
commit | 7ef3af7613339d05ae0a651c676d0959e0c07895 (patch) | |
tree | 578d7d202e34cf7a65ea27bb7cd33767c02337e5 | |
parent | dc26f4715d78c198d25994b3f97e2219c9cfade5 (diff) | |
download | gcc-7ef3af7613339d05ae0a651c676d0959e0c07895.zip gcc-7ef3af7613339d05ae0a651c676d0959e0c07895.tar.gz gcc-7ef3af7613339d05ae0a651c676d0959e0c07895.tar.bz2 |
Forgot to commit.
From-SVN: r19080
-rw-r--r-- | gcc/f/ChangeLog.egcs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/f/ChangeLog.egcs b/gcc/f/ChangeLog.egcs index 508cff4..ed25735a 100644 --- a/gcc/f/ChangeLog.egcs +++ b/gcc/f/ChangeLog.egcs @@ -1,3 +1,10 @@ +Thu Apr 9 00:18:44 1998 Dave Brolley (brolley@cygnus.com) + + * com.c (finput): New variable. + (init_parse): Handle !USE_CPPLIB. + (finish_parse): New function. + (lang_init): No longer declare finput. + Sat Apr 4 17:45:01 1998 Richard Henderson <rth@cygnus.com> * com.c (ffecom_expr_): Revert Oct 22 change. Instead take a WIDENP |