提交 f8180c63 编写于 作者: D Dr. Stephen Henson 提交者: Matt Caswell

Test option -nc

Add option -nc which sets COMMENTS=true but disables all indent comment
reformatting options.
Reviewed-by: NTim Hudson <tjh@openssl.org>
上级 20728adc
...@@ -54,6 +54,8 @@ do ...@@ -54,6 +54,8 @@ do
-c) COMMENTS="true"; -c) COMMENTS="true";
INDENT_ARGS="-fc1 -fca -cdb -sc"; INDENT_ARGS="-fc1 -fca -cdb -sc";
continue;; continue;;
-nc) COMMENTS="true";
continue;;
esac esac
fi fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册