Integrate win32 into ansiperl
[p5sagit/p5-mst-13.2.git] / ext / Fcntl / Fcntl.xs
index 9034031..251f3f4 100644 (file)
 */
 
 static int
-not_here(s)
-char *s;
+not_here(char *s)
 {
     croak("%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) {