Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
taoliult committed Nov 14, 2023
1 parent 2d77681 commit ad6f845
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,7 @@ public static void main(String[] args) throws Exception {
}
iter.remove();
} else if (line.startsWith("#if defined ")) {
System.out.println("TAO DEBUG - args[2]: " + args[2]);
System.out.println("TAO DEBUG - args[3]: " + args[3]);
for (String l : line.split("\\|\\|")) {
System.out.println("TAO DEBUG - l: " + l);
if (l.indexOf('-') > 0) {
mode = l.trim().endsWith(args[2] + "-" + args[3]) ? 1 : 2;
} else {
Expand Down

0 comments on commit ad6f845

Please sign in to comment.