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
authorDoni Pracner <quinnuendo@gmail.com>
Sat, 26 Jul 2014 18:05:07 +0000 (20:05 +0200)
committerDoni Pracner <quinnuendo@gmail.com>
Sat, 26 Jul 2014 18:05:07 +0000 (20:05 +0200)
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