identifiers may not contain two consecutive underscores, and a fix
This commit is contained in:
parent
702a73b734
commit
2be8437d73
|
@ -229,9 +229,9 @@ WalkProcedure(procedure)
|
|||
/* Generate code for this procedure
|
||||
*/
|
||||
C_pro_narg(procscope->sc_name);
|
||||
TmpOpen(procscope);
|
||||
DoPriority();
|
||||
DoFilename(); /* ??? only when this procedure is exported? */
|
||||
TmpOpen(procscope);
|
||||
|
||||
func_type = tp = RemoveEqual(ResultType(procedure->df_type));
|
||||
|
||||
|
|
Loading…
Reference in a new issue