identifiers may not contain two consecutive underscores, and a fix

This commit is contained in:
ceriel 1988-03-31 16:09:53 +00:00
parent 702a73b734
commit 2be8437d73

View file

@ -229,9 +229,9 @@ WalkProcedure(procedure)
/* Generate code for this procedure /* Generate code for this procedure
*/ */
C_pro_narg(procscope->sc_name); C_pro_narg(procscope->sc_name);
TmpOpen(procscope);
DoPriority(); DoPriority();
DoFilename(); /* ??? only when this procedure is exported? */ DoFilename(); /* ??? only when this procedure is exported? */
TmpOpen(procscope);
func_type = tp = RemoveEqual(ResultType(procedure->df_type)); func_type = tp = RemoveEqual(ResultType(procedure->df_type));