aboutsummaryrefslogtreecommitdiff
path: root/gcc/recog.h
diff options
context:
space:
mode:
authorDoug Evans <dje@gnu.org>1996-04-15 18:05:24 +0000
committerDoug Evans <dje@gnu.org>1996-04-15 18:05:24 +0000
commit5459836a8cc60e63bd4ff6254a8eb4bb0cb7a1ef (patch)
tree989cd01fceddc749482d86ab0405ab4c9f377524 /gcc/recog.h
parent70c75d9f7b4c24a5b17a86e5155f2991971b0c0c (diff)
downloadgcc-5459836a8cc60e63bd4ff6254a8eb4bb0cb7a1ef.zip
gcc-5459836a8cc60e63bd4ff6254a8eb4bb0cb7a1ef.tar.gz
gcc-5459836a8cc60e63bd4ff6254a8eb4bb0cb7a1ef.tar.bz2
recog.h: #include "gansidecl.h".
* recog.h: #include "gansidecl.h". (PROTO,const): Delete. From-SVN: r11797
Diffstat (limited to 'gcc/recog.h')
-rw-r--r--gcc/recog.h17
1 files changed, 2 insertions, 15 deletions
diff --git a/gcc/recog.h b/gcc/recog.h
index fc0d5ff..cd270ed 100644
--- a/gcc/recog.h
+++ b/gcc/recog.h
@@ -1,5 +1,5 @@
/* Declarations for interface to insn recognizer and insn-output.c.
- Copyright (C) 1987 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1996 Free Software Foundation, Inc.
This file is part of GNU CC.
@@ -18,14 +18,7 @@ along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-/* Add prototype support. */
-#ifndef PROTO
-#if defined (USE_PROTOTYPES) ? USE_PROTOTYPES : defined (__STDC__)
-#define PROTO(ARGS) ARGS
-#else
-#define PROTO(ARGS) ()
-#endif
-#endif
+#include "gansidecl.h"
/* Recognize an insn and return its insn-code,
which is the sequence number of the DEFINE_INSN that it matches.
@@ -74,12 +67,6 @@ extern rtx *recog_dup_loc[];
Nth duplicate-appearance of an operand. */
extern char recog_dup_num[];
-#ifndef __STDC__
-#ifndef const
-#define const
-#endif
-#endif
-
/* Access the output function for CODE. */
#define OUT_FCN(CODE) (*insn_outfun[(int) (CODE)])