aboutsummaryrefslogtreecommitdiff
path: root/gcc/genemit.c
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2003-07-06 22:42:56 +0200
committerAndreas Jaeger <aj@gcc.gnu.org>2003-07-06 22:42:56 +0200
commit7e51717cfba50c7bd4e44d96afc06b3ac169dca3 (patch)
tree3f6751e6128a794a9cd52796dc7b26e75a461d2c /gcc/genemit.c
parent77f9b92ca44d5e03f97cec02bda2f5bef2b5885c (diff)
downloadgcc-7e51717cfba50c7bd4e44d96afc06b3ac169dca3.zip
gcc-7e51717cfba50c7bd4e44d96afc06b3ac169dca3.tar.gz
gcc-7e51717cfba50c7bd4e44d96afc06b3ac169dca3.tar.bz2
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
Diffstat (limited to 'gcc/genemit.c')
-rw-r--r--gcc/genemit.c2
1 files changed, 1 insertions, 1 deletions
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;