aboutsummaryrefslogtreecommitdiff
path: root/gcc/xcoffout.c
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2000-01-17 16:01:04 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2000-01-17 16:01:04 +0000
commit957e47632b18edc2f802b74087e690185a8423c8 (patch)
treeec493418ac7831f4cce49b0e46d96fd0218e12e1 /gcc/xcoffout.c
parent58782098af9dfb58f6fc42800748c45252965923 (diff)
downloadgcc-957e47632b18edc2f802b74087e690185a8423c8.zip
gcc-957e47632b18edc2f802b74087e690185a8423c8.tar.gz
gcc-957e47632b18edc2f802b74087e690185a8423c8.tar.bz2
print-rtl.c: PROTO -> PARAMS.
* print-rtl.c: PROTO -> PARAMS. * real.c: Likewise. * reg-stack.c: Likewise. * resource.c: Likewise. * sdbout.h: Likewise. * simplify-rtx.c: Likewise. * stor-layout.c: Likewise. * stupid.c: Likewise. * xcoffout.c: Likewise. * xcoffout.h: Likewise. From-SVN: r31463
Diffstat (limited to 'gcc/xcoffout.c')
-rw-r--r--gcc/xcoffout.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/xcoffout.c b/gcc/xcoffout.c
index 35f601b..dd9cf3b 100644
--- a/gcc/xcoffout.c
+++ b/gcc/xcoffout.c
@@ -116,8 +116,8 @@ char *xcoff_lastfile;
#define ASM_OUTPUT_LBE(FILE,LINENUM,BLOCKNUM) \
fprintf (FILE, "\t.eb\t%d\n", ABS_OR_RELATIVE_LINENO (LINENUM))
-static void assign_type_number PROTO((tree, char *, int));
-static void xcoffout_block PROTO((tree, int, tree));
+static void assign_type_number PARAMS ((tree, char *, int));
+static void xcoffout_block PARAMS ((tree, int, tree));
/* Support routines for XCOFF debugging info. */