diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2000-01-17 16:01:04 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2000-01-17 16:01:04 +0000 |
commit | 957e47632b18edc2f802b74087e690185a8423c8 (patch) | |
tree | ec493418ac7831f4cce49b0e46d96fd0218e12e1 /gcc/xcoffout.h | |
parent | 58782098af9dfb58f6fc42800748c45252965923 (diff) | |
download | gcc-957e47632b18edc2f802b74087e690185a8423c8.tar.gz |
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.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 */ |