ide: "C style operators" option coupled with "Include Assertion Code" option patch from David Pethes (bug #0013258)

git-svn-id: trunk@18861 -
This commit is contained in:
paul 2009-03-01 23:46:53 +00:00
parent d20b884a4a
commit c4611a0b7a

View File

@ -896,7 +896,7 @@ begin
with grpSyntaxOptions do
begin
Options.CStyleOperators := Checked[01];
Options.CStyleOperators := Checked[0];
Options.IncludeAssertionCode := Checked[1];
Options.AllowLabel := Checked[2];
Options.CPPInline := Checked[3];