diff options
author | Jeff Law <law@gcc.gnu.org> | 1998-12-16 15:24:51 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-12-16 15:24:51 -0700 |
commit | a0d66c8d678e61730d6a51dc9e60af73410d1372 (patch) | |
tree | 26c7837413542129a58d2af069722749fc2c2764 /gcc/config/convex/convex.c | |
parent | 83a86272a2e76ea304122db44f4808a5ce250631 (diff) | |
download | gcc-a0d66c8d678e61730d6a51dc9e60af73410d1372.zip gcc-a0d66c8d678e61730d6a51dc9e60af73410d1372.tar.gz gcc-a0d66c8d678e61730d6a51dc9e60af73410d1372.tar.bz2 |
dummy import to prevent merge lossage
From-SVN: r24349
Diffstat (limited to 'gcc/config/convex/convex.c')
-rw-r--r-- | gcc/config/convex/convex.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gcc/config/convex/convex.c b/gcc/config/convex/convex.c index f642fb0..cd2eb55 100644 --- a/gcc/config/convex/convex.c +++ b/gcc/config/convex/convex.c @@ -1,5 +1,5 @@ /* Subroutines for insn-output.c for Convex. - Copyright (C) 1988, 1993, 1994 Free Software Foundation, Inc. + Copyright (C) 1988, 1993, 1994, 1997 Free Software Foundation, Inc. This file is part of GNU CC. @@ -19,6 +19,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "config.h" +#include <stdio.h> #include "tree.h" #include "rtl.h" #include "regs.h" @@ -31,9 +32,6 @@ Boston, MA 02111-1307, USA. */ #include "output.h" #include "expr.h" -#undef NULL -#include <stdio.h> - /* Tables used in convex.h */ char regno_ok_for_index_p_base[1 + LAST_VIRTUAL_REGISTER + 1]; |