aboutsummaryrefslogtreecommitdiff
path: root/gcc/dbxout.h
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2000-01-14 00:46:57 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2000-01-14 00:46:57 +0000
commit83d2b3b9dc691168719b0c77bc5c9a4d10e6384b (patch)
tree777969cebe29c86ba06933f784b922ec19ce6063 /gcc/dbxout.h
parent57bed15271e83402b6d8d6647f6589718e70916d (diff)
downloadgcc-83d2b3b9dc691168719b0c77bc5c9a4d10e6384b.zip
gcc-83d2b3b9dc691168719b0c77bc5c9a4d10e6384b.tar.gz
gcc-83d2b3b9dc691168719b0c77bc5c9a4d10e6384b.tar.bz2
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.h30
1 files changed, 15 insertions, 15 deletions
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));