diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-17 16:01:04 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-17 16:01:04 +0000 |
commit | 99c683ffc96bf530bba98bae17d55694932eb65d (patch) | |
tree | ec493418ac7831f4cce49b0e46d96fd0218e12e1 /gcc/xcoffout.c | |
parent | e0909be9b5b95f1ff216a75da553b7aa99c52919 (diff) | |
download | gcc-99c683ffc96bf530bba98bae17d55694932eb65d.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31463 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/xcoffout.c')
-rw-r--r-- | gcc/xcoffout.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/xcoffout.c b/gcc/xcoffout.c index 35f601bfe43..dd9cf3b5c89 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. */ |