Mass ANSIfication of function definitions. Doesn't cover all 'extern'
declarations yet, those come later.
diff --git a/Python/pyfpe.c b/Python/pyfpe.c
index 6284c63..77f2dea 100644
--- a/Python/pyfpe.c
+++ b/Python/pyfpe.c
@@ -17,8 +17,7 @@
    warning when compiling an empty file. */
 
 double
-PyFPE_dummy(dummy)
-	void *dummy;
+PyFPE_dummy(void *dummy)
 {
 	return 1.0;
 }