diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-14 00:46:57 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-14 00:46:57 +0000 |
commit | 6a8fc3722050f25b248b65ba5d43c1cbd88bd2de (patch) | |
tree | 777969cebe29c86ba06933f784b922ec19ce6063 /gcc/dbxout.h | |
parent | 39697b37ac87288175f0359861a7df57f45183b7 (diff) | |
download | gcc-6a8fc3722050f25b248b65ba5d43c1cbd88bd2de.tar.gz |
* cccp.c: PROTO -> PARAMS.
* cexp.y: Likewise.
* collect2.c: Likewise.
* combine.c: Likewise.
* convert.h: Likewise.
* cse.c: Likewise.
* dbxout.c: Likewise.
* dbxout.h: Likewise.
* diagnostic.c: Likewise.
* doprint.c: Likewise.
* dwarf2out.c: Likewise.
* dwarf2out.h: Likewise.
* dwarfout.c: Likewise.
* dwarfout.h: Likewise.
* dyn-string.h: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31399 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/dbxout.h')
-rw-r--r-- | gcc/dbxout.h | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/gcc/dbxout.h b/gcc/dbxout.h index 0d34f3ab819..899d5d9bb67 100644 --- a/gcc/dbxout.h +++ b/gcc/dbxout.h @@ -1,5 +1,5 @@ /* dbxout.h - Various declarations for functions found in dbxout.c - Copyright (C) 1998 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. This file is part of GNU CC. @@ -18,19 +18,19 @@ 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 dbxout_init PROTO ((FILE *, const char *, tree)); -extern void dbxout_finish PROTO ((FILE *, const char *)); +extern void dbxout_init PARAMS ((FILE *, const char *, tree)); +extern void dbxout_finish PARAMS ((FILE *, const char *)); -extern void dbxout_start_new_source_file PROTO ((const char *)); -extern void dbxout_resume_previous_source_file PROTO ((void)); +extern void dbxout_start_new_source_file PARAMS ((const char *)); +extern void dbxout_resume_previous_source_file PARAMS ((void)); -extern void dbxout_source_file PROTO ((FILE *, const char *)); -extern void dbxout_types PROTO ((tree)); -extern void dbxout_args PROTO ((tree)); -extern void dbxout_symbol PROTO ((tree, int)); -extern void dbxout_parms PROTO ((tree)); -extern void dbxout_reg_parms PROTO ((tree)); -extern void dbxout_syms PROTO ((tree)); -extern void dbxout_function PROTO ((tree)); -extern void dbxout_source_line PROTO ((FILE *, const char *, int)); -extern void dbxout_begin_function PROTO ((tree)); +extern void dbxout_source_file PARAMS ((FILE *, const char *)); +extern void dbxout_types PARAMS ((tree)); +extern void dbxout_args PARAMS ((tree)); +extern void dbxout_symbol PARAMS ((tree, int)); +extern void dbxout_parms PARAMS ((tree)); +extern void dbxout_reg_parms PARAMS ((tree)); +extern void dbxout_syms PARAMS ((tree)); +extern void dbxout_function PARAMS ((tree)); +extern void dbxout_source_line PARAMS ((FILE *, const char *, int)); +extern void dbxout_begin_function PARAMS ((tree)); |