gitweb on Svarog

projekti pod git sistemom za održavanje verzija -- projects under the git version control system
mjc2wsl - use the proper start action right away in the action system generation
[mjc2wsl.git] / src / mjc2wsl.java
index 8ee7852..fe9b0bd 100644 (file)
@@ -339,8 +339,7 @@ public class mjc2wsl{
                int mainAdr = get4();
                
                prl(createStandardStart(numberOfWords));
-               prl("SKIP;\n ACTIONS A_S_start:\n A_S_start == CALL a" + (14 + mainAdr)
-                               + " END");
+               prl("SKIP;\n ACTIONS a" + (14 + mainAdr) + " :");
                int op = get();
                while (op >= 0) {
                        if (originalInComments)
Svarog.pmf.uns.ac.rs/gitweb maintanance Doni Pracner