From 83d2b3b9dc691168719b0c77bc5c9a4d10e6384b Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Fri, 14 Jan 2000 00:46:57 +0000 Subject: 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 --- gcc/dbxout.h | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'gcc/dbxout.h') diff --git a/gcc/dbxout.h b/gcc/dbxout.h index 0d34f3a..899d5d9 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)); -- cgit v1.1