diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2000-01-14 00:46:57 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2000-01-14 00:46:57 +0000 |
commit | 83d2b3b9dc691168719b0c77bc5c9a4d10e6384b (patch) | |
tree | 777969cebe29c86ba06933f784b922ec19ce6063 /gcc/dbxout.h | |
parent | 57bed15271e83402b6d8d6647f6589718e70916d (diff) | |
download | gcc-83d2b3b9dc691168719b0c77bc5c9a4d10e6384b.tar.gz |
cccp.c: PROTO -> PARAMS.
* 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.
From-SVN: r31399
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)); |