From 7e51717cfba50c7bd4e44d96afc06b3ac169dca3 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sun, 6 Jul 2003 22:42:56 +0200 Subject: stmt.c: Convert remaining prototypes to ISO C90. * stmt.c: Convert remaining prototypes to ISO C90. * cfglayout.c: Likewise. * dbxout.c: Likewise. * gcc.c: Likewise. * genemit.c: Likewise. From-SVN: r69015 --- gcc/genemit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/genemit.c') diff --git a/gcc/genemit.c b/gcc/genemit.c index 35b58a0..ea787d2 100644 --- a/gcc/genemit.c +++ b/gcc/genemit.c @@ -671,7 +671,7 @@ gen_split (rtx split) the end of the vector. */ static void -output_add_clobbers () +output_add_clobbers (void) { struct clobber_pat *clobber; struct clobber_ent *ent; -- cgit v1.1