Fixed: contained construction that was illegal for ANSI C
This commit is contained in:
@@ -884,6 +884,8 @@ ChkProcCall(expp)
|
|||||||
return retval;
|
return retval;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
STATIC int ChkStandard();
|
||||||
|
|
||||||
int
|
int
|
||||||
ChkCall(expp)
|
ChkCall(expp)
|
||||||
register struct node *expp;
|
register struct node *expp;
|
||||||
@@ -896,7 +898,6 @@ ChkCall(expp)
|
|||||||
/* First, get the name of the function or procedure
|
/* First, get the name of the function or procedure
|
||||||
*/
|
*/
|
||||||
register struct node *left = expp->nd_left;
|
register struct node *left = expp->nd_left;
|
||||||
STATIC int ChkStandard();
|
|
||||||
|
|
||||||
expp->nd_type = error_type;
|
expp->nd_type = error_type;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user