Add explicit -CO- command line option in tests needing it

git-svn-id: trunk@20598 -
This commit is contained in:
pierre 2012-03-23 14:45:34 +00:00
parent a2d6cba691
commit 3abfc11ade
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{ %opt=-Cr -Sew -vw }
{ %opt=-Cr -CO- -Sew -vw }
var
a: PtrUInt;

View File

@ -1,6 +1,6 @@
{ %version=1.1 }
{ %OPT=-CO- -Seh -vh }
{ %OPT=-Seh -vh }
{$mode objfpc}
function f(p: word): boolean;
begin