gitweb on Svarog

projekti pod git sistemom za održavanje verzija -- projects under the git version control system
mjc2wsl added oposite options for Pop/Push and inlinePrint
[mjc2wsl.git] / src / mjc2wsl.java
index 108094b..3d36b10 100644 (file)
@@ -861,6 +861,10 @@ public class mjc2wsl{
                                        genPopPush = true;
                                } else if (args[i].compareToIgnoreCase("--genInlinePrint") == 0) {
                                        genInlinePrint = true;
+                               } else if (args[i].compareToIgnoreCase("--genHeadTail") == 0) {
+                                       genPopPush = false;
+                               } else if (args[i].compareToIgnoreCase("--genProcedurePrint") == 0) {
+                                       genInlinePrint = false;
                                }
                                i++;
                        }
Svarog.pmf.uns.ac.rs/gitweb maintanance Doni Pracner