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/sdbout.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/sdbout.h')
-rw-r--r-- | gcc/sdbout.h | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/gcc/sdbout.h b/gcc/sdbout.h index dcbd6c1ce76..9e42a6bd7d7 100644 --- a/gcc/sdbout.h +++ b/gcc/sdbout.h @@ -18,22 +18,22 @@ along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -extern void sdbout_init PROTO ((FILE *, char*, tree)); +extern void sdbout_init PARAMS ((FILE *, char*, tree)); -extern void sdbout_begin_function PROTO ((int)); -extern void sdbout_end_function PROTO ((int)); +extern void sdbout_begin_function PARAMS ((int)); +extern void sdbout_end_function PARAMS ((int)); -extern void sdbout_begin_block PROTO ((FILE *, int, int)); -extern void sdbout_end_block PROTO ((FILE *, int, int)); +extern void sdbout_begin_block PARAMS ((FILE *, int, int)); +extern void sdbout_end_block PARAMS ((FILE *, int, int)); -extern void sdbout_label PROTO ((rtx)); -extern void sdbout_symbol PROTO ((tree, int)); -extern void sdbout_toplevel_data PROTO ((tree)); -extern void sdbout_types PROTO ((tree)); +extern void sdbout_label PARAMS ((rtx)); +extern void sdbout_symbol PARAMS ((tree, int)); +extern void sdbout_toplevel_data PARAMS ((tree)); +extern void sdbout_types PARAMS ((tree)); -extern void sdbout_end_epilogue PROTO ((void)); +extern void sdbout_end_epilogue PARAMS ((void)); -extern void sdbout_start_new_source_file PROTO ((char *)); -extern void sdbout_resume_previous_source_file PROTO ((void)); -extern void sdbout_mark_begin_function PROTO ((void)); +extern void sdbout_start_new_source_file PARAMS ((char *)); +extern void sdbout_resume_previous_source_file PARAMS ((void)); +extern void sdbout_mark_begin_function PARAMS ((void)); |