Module Name: pcc Committed By: gmcgarry Date: Thu Mar 20 00:22:34 UTC 2008
Modified Files:
pcc/cc/ccom: pftn.c
Log Message:
Check for missing parameter name and output error. Fixes crash on code like
this:
int
func(char *)
{
}
To generate a diff of this commit:
cvs rdiff -u -r1.196 -r1.197 pcc/cc/ccom/pftn.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
