summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/ptex/pbibtex/cpp.awk
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/ptex/pbibtex/cpp.awk')
-rw-r--r--Master/texmf-dist/doc/ptex/pbibtex/cpp.awk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/ptex/pbibtex/cpp.awk b/Master/texmf-dist/doc/ptex/pbibtex/cpp.awk
index 4c281373326..d19fada658f 100644
--- a/Master/texmf-dist/doc/ptex/pbibtex/cpp.awk
+++ b/Master/texmf-dist/doc/ptex/pbibtex/cpp.awk
@@ -72,9 +72,9 @@ function proc_line(proc, direct) {
}
return direct;
}else if($0 ~ /^%/ ) {
- return "" # コメントは基本的には削除する
+ return "" # $B%3%a%s%H$O4pK\E*$K$O:o=|$9$k(B
}else if($0 ~ /^ %/ ) {
- sub(/ /,"") # この形式のコメントは出力する
+ sub(/ /,"") # $B$3$N7A<0$N%3%a%s%H$O=PNO$9$k(B
print $0
return ""
}else {