dthelp: Convert all K&R function definitions to ANSI (C90) standard
This commit is contained in:
@@ -44,8 +44,7 @@ void endmodel(void)
|
||||
}
|
||||
|
||||
/* Release storage used for the tree representation of a rule */
|
||||
void freetree(treep)
|
||||
TREE *treep ;
|
||||
void freetree(TREE *treep)
|
||||
{
|
||||
TREE *child, *discard ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user