Commit 883bc780 by Jim Wilson

Do not consider //* to be a C++ comment which needs to be fixed.

From-SVN: r3194
parent e515e507
......@@ -244,7 +244,7 @@ while [ $# != 0 ]; do
:loop
/\\$/ N
/\\$/ b loop
/\/\// s|//\(.*\)$|/*\1*/|
/\/\/[^*]/ s|//\(.*\)$|/*\1*/|
/[ ]_IO[A-Z]*[ ]*(/ s/(\(.\),/('\''\1'\'',/
/[ ]BSD43__IO[A-Z]*[ ]*(/ s/(\(.\),/('\''\1'\'',/
/#define._IO/ s/'\''x'\''/x/g
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment