Fixed: contained construction that was illegal for ANSI C
authorceriel <none@none>
Fri, 15 Feb 1991 14:21:41 +0000 (14:21 +0000)
committerceriel <none@none>
Fri, 15 Feb 1991 14:21:41 +0000 (14:21 +0000)
lang/pc/comp/chk_expr.c

index 5633216..f10ef47 100644 (file)
@@ -884,6 +884,8 @@ ChkProcCall(expp)
        return retval;
 }
 
+STATIC int ChkStandard();
+
 int
 ChkCall(expp)
        register struct node *expp;
@@ -896,7 +898,6 @@ ChkCall(expp)
        /* First, get the name of the function or procedure
        */
        register struct node *left = expp->nd_left;
-       STATIC int ChkStandard();
 
        expp->nd_type = error_type;