From f0f333f45536802923a359d930d1dcfd5b4589ea Mon Sep 17 00:00:00 2001 From: Nick Ing-Simmons Date: Fri, 31 Oct 1997 23:54:01 +0000 Subject: Further ANSI changes now builds and passes (most) tests with gcc -x c++. p4raw-id: //depot/ansiperl@196 --- ext/Fcntl/Fcntl.xs | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'ext/Fcntl/Fcntl.xs') diff --git a/ext/Fcntl/Fcntl.xs b/ext/Fcntl/Fcntl.xs index 9034031c9c..251f3f4176 100644 --- a/ext/Fcntl/Fcntl.xs +++ b/ext/Fcntl/Fcntl.xs @@ -23,17 +23,14 @@ */ 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) { -- cgit v1.2.1