* tree-ssa-dom.c (restore_nonzero_vars_to_original_value): Fix
prototype.
From-SVN: r87721
+2004-09-19 Andreas Jaeger <aj@suse.de>
+
+ * tree-ssa-dom.c (restore_nonzero_vars_to_original_value): Fix
+ prototype.
+
2004-09-18 Kazu Hirata <kazu@cs.umass.edu>
* config/cris/cris.h: Preserve the original spelling in a
state, stopping when there are LIMIT entries left in LOCALs. */
static void
-restore_nonzero_vars_to_original_value ()
+restore_nonzero_vars_to_original_value (void)
{
while (VARRAY_ACTIVE_SIZE (nonzero_vars_stack) > 0)
{