summaryrefslogtreecommitdiff
path: root/gcc/dbxout.h
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@gcc.gnu.org>2003-07-06 20:59:38 +0200
committerAndreas Jaeger <aj@gcc.gnu.org>2003-07-06 20:59:38 +0200
commitf55ade6e34ae3da57dd1a270c4bee55ad4f85cf5 (patch)
tree76c547ec54bb4708e30224c15686141e4954541a /gcc/dbxout.h
parentade4289c2d5992197bc787e290cfdc3652ce9965 (diff)
basic-block.h: Convert prototypes to ISO C90.
* basic-block.h: Convert prototypes to ISO C90. * c-parse.in: Likewise. * c-pragma.h: Likewise. * c-typeck.c: Likewise. * cfghooks.h: Likewise. * cfgloopanal.c: Likewise. * dbxout.h: Likewise. * debug.h: Likewise. * dwarf2asm.h: Likewise. * gcov.c: Likewise. * gengtype-lex.l: Likewise. * sched-int.h: Likewise. * timevar.c: Likewise. From-SVN: r69010
Diffstat (limited to 'gcc/dbxout.h')
-rw-r--r--gcc/dbxout.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/gcc/dbxout.h b/gcc/dbxout.h
index 101eae9d07c..bf0e741fe45 100644
--- a/gcc/dbxout.h
+++ b/gcc/dbxout.h
@@ -1,5 +1,6 @@
/* dbxout.h - Various declarations for functions found in dbxout.c
- Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1998, 1999, 2000, 2003
+ Free Software Foundation, Inc.
This file is part of GCC.
@@ -18,7 +19,7 @@ along with GCC; see the file COPYING. If not, write to the Free
Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA. */
-extern int dbxout_symbol PARAMS ((tree, int));
-extern void dbxout_parms PARAMS ((tree));
-extern void dbxout_reg_parms PARAMS ((tree));
-extern int dbxout_syms PARAMS ((tree));
+extern int dbxout_symbol (tree, int);
+extern void dbxout_parms (tree);
+extern void dbxout_reg_parms (tree);
+extern int dbxout_syms (tree);