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.h | |
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.h')
-rw-r--r-- | gcc/xcoffout.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/gcc/xcoffout.h b/gcc/xcoffout.h index 1683a88413c..7f62821e2f7 100644 --- a/gcc/xcoffout.h +++ b/gcc/xcoffout.h @@ -188,24 +188,24 @@ extern char *xcoff_lastfile; /* Prototype functions in xcoffout.c. */ -extern int stab_to_sclass PROTO ((int)); +extern int stab_to_sclass PARAMS ((int)); #ifdef BUFSIZ -extern void xcoffout_begin_function PROTO ((FILE *, int)); -extern void xcoffout_begin_block PROTO ((FILE *, int, int)); -extern void xcoffout_end_epilogue PROTO ((FILE *)); -extern void xcoffout_end_function PROTO ((FILE *, int)); -extern void xcoffout_end_block PROTO ((FILE *, int, int)); +extern void xcoffout_begin_function PARAMS ((FILE *, int)); +extern void xcoffout_begin_block PARAMS ((FILE *, int, int)); +extern void xcoffout_end_epilogue PARAMS ((FILE *)); +extern void xcoffout_end_function PARAMS ((FILE *, int)); +extern void xcoffout_end_block PARAMS ((FILE *, int, int)); #endif /* BUFSIZ */ #ifdef TREE_CODE -extern void xcoff_output_standard_types PROTO ((tree)); +extern void xcoff_output_standard_types PARAMS ((tree)); #ifdef BUFSIZ -extern void xcoffout_declare_function PROTO ((FILE *, tree, char *)); +extern void xcoffout_declare_function PARAMS ((FILE *, tree, char *)); #endif /* BUFSIZ */ #endif /* TREE_CODE */ #ifdef RTX_CODE #ifdef BUFSIZ -extern void xcoffout_source_line PROTO ((FILE *, char *, rtx)); +extern void xcoffout_source_line PARAMS ((FILE *, char *, rtx)); #endif /* BUFSIZ */ #endif /* RTX_CODE */ |