OSDN Git Service

support trivial
authorSHIRAKATA Kentaro <argrath@ub32.org>
Sun, 3 May 2020 22:47:42 +0000 (07:47 +0900)
committerSHIRAKATA Kentaro <argrath@ub32.org>
Sun, 3 May 2020 22:47:42 +0000 (07:47 +0900)
1line/patch.pl

index fe9d031..cda27dd 100644 (file)
@@ -19,7 +19,8 @@ while(!eof(FI)){
     my $out2 = $out;
     $out2 =~ s/^[\t ]+//;
     for($i = 0; $i < $#file; $i++){
-        if($file[$i] eq "#if 0 /*JP*/\n"){
+        if($file[$i] eq "#if 0 /*JP*/\n" ||
+           $file[$i] eq "#if 0 /*JP:T*/\n"){
             $f = 1;
             next;
         }