identifiers may not contain two consecutive underscores, and a fix
authorceriel <none@none>
Thu, 31 Mar 1988 16:09:53 +0000 (16:09 +0000)
committerceriel <none@none>
Thu, 31 Mar 1988 16:09:53 +0000 (16:09 +0000)
lang/m2/comp/walk.c

index a8b0b09..bc7fb0d 100644 (file)
@@ -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));