aboutsummaryrefslogtreecommitdiff
path: root/gcc/sdbout.c
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2000-01-17 15:47:29 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2000-01-17 15:47:29 +0000
commitcdadb1dda076203885b3a3845fe41a9a87a249ba (patch)
tree02d760faa2edcf054521c763f17de45357e930fc /gcc/sdbout.c
parent283a159fe38e477d93b189d43888f1e42043c0af (diff)
downloadgcc-cdadb1dda076203885b3a3845fe41a9a87a249ba.zip
gcc-cdadb1dda076203885b3a3845fe41a9a87a249ba.tar.gz
gcc-cdadb1dda076203885b3a3845fe41a9a87a249ba.tar.bz2
reload.c: PROTO -> PARAMS.
* reload.c: PROTO -> PARAMS. * reload.h: Likewise. * reload1.c: Likewise. * reorg.c: Likewise. * resource.h: Likewise. * rtl.c: Likewise. * rtl.h: Likewise. * rtlanal.c: Likewise. * sbitmap.h: Likewise. * sdbout.c: Likewise. * stack.h: Likewise. * stmt.c: Likewise. * system.h: Likewise. From-SVN: r31461
Diffstat (limited to 'gcc/sdbout.c')
-rw-r--r--gcc/sdbout.c28
1 files changed, 14 insertions, 14 deletions
diff --git a/gcc/sdbout.c b/gcc/sdbout.c
index 5cd5861..bdf74a2 100644
--- a/gcc/sdbout.c
+++ b/gcc/sdbout.c
@@ -105,22 +105,22 @@ extern tree current_function_decl;
#include "sdbout.h"
-static char *gen_fake_label PROTO((void));
-static int plain_type PROTO((tree));
-static int template_name_p PROTO((tree));
-static void sdbout_record_type_name PROTO((tree));
-static int plain_type_1 PROTO((tree, int));
-static void sdbout_block PROTO((tree));
-static void sdbout_syms PROTO((tree));
+static char *gen_fake_label PARAMS ((void));
+static int plain_type PARAMS ((tree));
+static int template_name_p PARAMS ((tree));
+static void sdbout_record_type_name PARAMS ((tree));
+static int plain_type_1 PARAMS ((tree, int));
+static void sdbout_block PARAMS ((tree));
+static void sdbout_syms PARAMS ((tree));
#ifdef SDB_ALLOW_FORWARD_REFERENCES
-static void sdbout_queue_anonymous_type PROTO((tree));
-static void sdbout_dequeue_anonymous_types PROTO((void));
+static void sdbout_queue_anonymous_type PARAMS ((tree));
+static void sdbout_dequeue_anonymous_types PARAMS ((void));
#endif
-static void sdbout_type PROTO((tree));
-static void sdbout_field_types PROTO((tree));
-static void sdbout_one_type PROTO((tree));
-static void sdbout_parms PROTO((tree));
-static void sdbout_reg_parms PROTO((tree));
+static void sdbout_type PARAMS ((tree));
+static void sdbout_field_types PARAMS ((tree));
+static void sdbout_one_type PARAMS ((tree));
+static void sdbout_parms PARAMS ((tree));
+static void sdbout_reg_parms PARAMS ((tree));
/* Define the default sizes for various types. */