Question
Hello!
In the function "int validate(struct compile_process* process)"
the statement "res = validate_tree(process);" is present.
However, the function " validate_tree" has no parameters.
Should I simply delete the parameter "process" in the call?
Regards,
Steve Smith