gitweb on Svarog
projekti pod git sistemom za održavanje verzija -- projects under the git version control system
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (from parent 1: 9b6d798)
raw | patch | inline | side by side (from parent 1: 9b6d798)
author | Doni Pracner <quinnuendo@gmail.com> | |
Sat, 26 Jul 2014 18:05:07 +0000 (20:05 +0200) | ||
committer | Doni Pracner <quinnuendo@gmail.com> | |
Sat, 26 Jul 2014 18:05:07 +0000 (20:05 +0200) |
src/mjc2wsl.java | patch | blob | history |
diff --git a/src/mjc2wsl.java b/src/mjc2wsl.java
--- a/src/mjc2wsl.java
+++ b/src/mjc2wsl.java
genPopPush = true;
} else if (args[i].compareToIgnoreCase("--genInlinePrint") == 0) {
genInlinePrint = true;
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++;
}
}
i++;
}