summaryrefslogtreecommitdiff
path: root/gcc/genemit.c
diff options
context:
space:
mode:
authoraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>2003-07-06 20:42:56 +0000
committeraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>2003-07-06 20:42:56 +0000
commita046944bca419afcd8c06e75438a1eaf1c38b341 (patch)
tree3f6751e6128a794a9cd52796dc7b26e75a461d2c /gcc/genemit.c
parent68cfba79fa2803252e9d79159aec8c92f06578b7 (diff)
downloadgcc-a046944bca419afcd8c06e75438a1eaf1c38b341.tar.gz
* stmt.c: Convert remaining prototypes to ISO C90.
* cfglayout.c: Likewise. * dbxout.c: Likewise. * gcc.c: Likewise. * genemit.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69015 138bc75d-0d04-0410-961f-82ee72b054a4
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 35b58a099e0..ea787d24c00 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;