diff options
author | Graham Stott <grahams@redhat.com> | 2001-12-31 04:10:19 +0000 |
---|---|---|
committer | Graham Stott <grahams@gcc.gnu.org> | 2001-12-31 04:10:19 +0000 |
commit | 742b62e75aa85f3bf015480280d0bc6d2008d466 (patch) | |
tree | 6dfa51bb4722cad14d832ab4e76b39f5adae2f04 /gcc | |
parent | 713cc17b3c39ad7bebc1218d1cb3ebe418acb658 (diff) | |
download | gcc-742b62e75aa85f3bf015480280d0bc6d2008d466.zip gcc-742b62e75aa85f3bf015480280d0bc6d2008d466.tar.gz gcc-742b62e75aa85f3bf015480280d0bc6d2008d466.tar.bz2 |
* c-typeck.c: Include rtl.h earlier.
From-SVN: r48410
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/c-typeck.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 66ea716..9468fea 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2001-12-31 Graham Stott <grahams@redhat.com> + * c-typeck.c: Include rtl.h earlier. + +2001-12-31 Graham Stott <grahams@redhat.com> + * tree.h (STRIP_NOPS): Remove extraneous semicolon. (STRIP_SIGN_NOPS): Likewise. (STRIP_TYPE_NOPS): Likewise. diff --git a/gcc/c-typeck.c b/gcc/c-typeck.c index c2b4624..23d8a12 100644 --- a/gcc/c-typeck.c +++ b/gcc/c-typeck.c @@ -31,12 +31,12 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "config.h" #include "system.h" +#include "rtl.h" #include "tree.h" #include "c-tree.h" #include "tm_p.h" #include "flags.h" #include "output.h" -#include "rtl.h" #include "expr.h" #include "toplev.h" #include "intl.h" |