提交 e1aeba07 编写于 作者: T Tom Lane

Fix AddDefine to handle quotes properly. Magnus

上级 2ee56b6a
......@@ -107,6 +107,7 @@ sub AddIncludeDir {
sub AddDefine {
my ($self, $def) = @_;
$def =~ s/"/""/g;
$self->{defines} .= $def . ';';
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册