summaryrefslogtreecommitdiff
path: root/gcc/genattrtab.c
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1993-08-02 19:17:13 +0000
committerRichard Stallman <rms@gnu.org>1993-08-02 19:17:13 +0000
commit5836dc64e241d73fd3d8e10760a1220bd1f5cfc9 (patch)
treee66a9016109ee8bce0e9acd56043bbad567d0148 /gcc/genattrtab.c
parent5e24110e65030cbdc8944f534a6c0df52a7ea22f (diff)
downloadgcc-5836dc64e241d73fd3d8e10760a1220bd1f5cfc9.tar.gz
(substitute_address): In prototype, don't specify
the arg types of the arg functions. From-SVN: r5054
Diffstat (limited to 'gcc/genattrtab.c')
-rw-r--r--gcc/genattrtab.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/genattrtab.c b/gcc/genattrtab.c
index 02df1af75fc..658871aa028 100644
--- a/gcc/genattrtab.c
+++ b/gcc/genattrtab.c
@@ -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));