Further ANSI changes now builds and passes (most) tests
[p5sagit/p5-mst-13.2.git] / ext / POSIX / POSIX.xs
index 0e53a49..57efb83 100644 (file)
@@ -275,17 +275,14 @@ init_tm(ptm)              /* see mktime, strftime and asctime     */
 #endif
 
 static int
-not_here(s)
-char *s;
+not_here(char *s)
 {
     croak("POSIX::%s not implemented on this architecture", s);
     return -1;
 }
 
 static double
-constant(name, arg)
-char *name;
-int arg;
+constant(char *name, int arg)
 {
     errno = 0;
     switch (*name) {