init_name_op(): add (void) to the argument list to make it a valid
prototype, for gcc -Wstrict-prototypes.
diff --git a/Objects/classobject.c b/Objects/classobject.c
index 43d2890..06f6714 100644
--- a/Objects/classobject.c
+++ b/Objects/classobject.c
@@ -1655,7 +1655,7 @@
 static PyObject **name_op = NULL;
 
 static int 
-init_name_op()
+init_name_op(void)
 {
 	int i;
 	char *_name_op[] = {