Commit 31d04616 by Richard Stallman

*** empty log message ***

From-SVN: r843
parent 13884488
......@@ -97,6 +97,7 @@ struct obstack *rtl_obstack = &obstack;
#define obstack_chunk_free free
extern void free ();
extern rtx read_rtx ();
static void fatal ();
void fancy_abort ();
......@@ -3830,7 +3831,6 @@ main (argc, argv)
{
rtx desc;
FILE *infile;
extern rtx read_rtx ();
register int c;
struct attr_desc *attr;
struct attr_value *av;
......
......@@ -32,6 +32,7 @@ struct obstack *rtl_obstack = &obstack;
#define obstack_chunk_free free
extern void free ();
extern rtx read_rtx ();
/* flags to determine output of machine description dependent #define's. */
static int max_recog_operands;
......@@ -257,7 +258,6 @@ main (argc, argv)
{
rtx desc;
FILE *infile;
extern rtx read_rtx ();
register int c;
obstack_init (rtl_obstack);
......
......@@ -30,6 +30,7 @@ struct obstack *rtl_obstack = &obstack;
#define obstack_chunk_free free
extern void free ();
extern rtx read_rtx ();
char *xmalloc ();
static void fatal ();
......@@ -710,7 +711,6 @@ main (argc, argv)
{
rtx desc;
FILE *infile;
extern rtx read_rtx ();
register int c;
obstack_init (rtl_obstack);
......
......@@ -31,6 +31,7 @@ struct obstack *rtl_obstack = &obstack;
#define obstack_chunk_free free
extern void free ();
extern rtx read_rtx ();
/* This structure contains all the information needed to describe one
set of extractions methods. Each method may be used by more than
......@@ -390,7 +391,6 @@ main (argc, argv)
{
rtx desc;
FILE *infile;
extern rtx read_rtx ();
register int c, i;
struct extraction *p;
struct code_ptr *link;
......
......@@ -107,6 +107,7 @@ struct obstack *rtl_obstack = &obstack;
#define obstack_chunk_free free
extern void free ();
extern rtx read_rtx ();
char *xmalloc ();
static void fatal ();
......@@ -925,7 +926,6 @@ main (argc, argv)
{
rtx desc;
FILE *infile;
extern rtx read_rtx ();
register int c;
obstack_init (rtl_obstack);
......
......@@ -30,6 +30,7 @@ struct obstack *rtl_obstack = &obstack;
#define obstack_chunk_free free
extern void free ();
extern rtx read_rtx ();
/* While tree-walking an instruction pattern, we keep a chain
of these `struct link's to record how to get down to the
......@@ -412,7 +413,6 @@ main (argc, argv)
{
rtx desc;
FILE *infile;
extern rtx read_rtx ();
register int c;
max_opno = -1;
......
......@@ -57,6 +57,7 @@ struct obstack *rtl_obstack = &obstack;
#define obstack_chunk_free free
extern void free ();
extern rtx read_rtx ();
/* Data structure for a listhead of decision trees. The alternatives
to a node are kept in a doublely-linked list so we can easily add nodes
......@@ -1650,7 +1651,6 @@ main (argc, argv)
struct decision_head recog_tree;
struct decision_head split_tree;
FILE *infile;
extern rtx read_rtx ();
register int c;
obstack_init (rtl_obstack);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment