OSDN Git Service

(substitute_address): In prototype, don't specify
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 2 Aug 1993 19:17:13 +0000 (19:17 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 2 Aug 1993 19:17:13 +0000 (19:17 +0000)
the arg types of the arg functions.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5054 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/genattrtab.c

index 02df1af..658871a 100644 (file)
@@ -378,7 +378,8 @@ static void expand_units    PROTO((void));
 static rtx simplify_knowing    PROTO((rtx, rtx));
 static rtx encode_units_mask   PROTO((rtx));
 static void fill_attr          PROTO((struct attr_desc *));
-static rtx substitute_address  PROTO((rtx, rtx (*) (rtx), rtx (*) (rtx)));
+/* dpx2 compiler chokes if we specify the arg types of the args.  */
+static rtx substitute_address  PROTO((rtx, rtx (*) (), rtx (*) ()));
 static void make_length_attrs  PROTO((void));
 static rtx identity_fn         PROTO((rtx));
 static rtx zero_fn             PROTO((rtx));