diff options
author | Jeff Law <law@gcc.gnu.org> | 1998-08-24 03:27:36 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-08-24 03:27:36 -0600 |
commit | 094439624ccda315dcf4fb8d40cc3fffd7f82bd2 (patch) | |
tree | bd3b0f85a78c70e8e5e88bca978e5c64ba2fc033 /gcc | |
parent | 152d9f2a9177bca737d8dfd6fb4732820888d9c1 (diff) | |
download | gcc-094439624ccda315dcf4fb8d40cc3fffd7f82bd2.zip gcc-094439624ccda315dcf4fb8d40cc3fffd7f82bd2.tar.gz gcc-094439624ccda315dcf4fb8d40cc3fffd7f82bd2.tar.bz2 |
stmt.c (emit_case_nodes): Change rtx_function to rtx_fn to avoid clash with global type.
�
* stmt.c (emit_case_nodes): Change rtx_function to rtx_fn to avoid
clash with global type.
From-SVN: r21931
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 79b54c3..2c73cf8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Mon Aug 24 10:25:46 1998 Jeffrey A Law (law@cygnus.com) + + * stmt.c (emit_case_nodes): Change rtx_function to rtx_fn to avoid + clash with global type. + Mon Aug 24 00:53:53 1998 Jason Merrill <jason@yorick.cygnus.com> * fixinc.irix: Add curses.h handling from fixinc.wrap. |