From 0d69b48ddd97048e030ad2a4b71cb7c11f65a79f Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Fri, 21 Nov 2003 01:52:16 +0000 Subject: * app.c: Convert to ISO-C. * as.h: Likewise. * atof-generic.c: Likewise. * bignum-copy.c: Likewise. * bignum.h: Likewise. * cgen.c: Likewise. * cgen.h: Likewise. * cond.c: Likewise. --- gas/cgen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gas/cgen.c') diff --git a/gas/cgen.c b/gas/cgen.c index 9f2997ed88..5ce7f4c99e 100644 --- a/gas/cgen.c +++ b/gas/cgen.c @@ -29,7 +29,7 @@ #include "cgen.h" #include "dwarf2dbg.h" -static void queue_fixup PARAMS ((int, int, expressionS *)); +static void queue_fixup (int, int, expressionS *); /* Opcode table descriptor, must be set by md_begin. */ -- cgit v1.2.1