* fix compile failures

This commit is contained in:
peter 2005-04-05 21:04:34 +00:00
parent 4f647737ed
commit 86c939c17c
4 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,5 @@
{$mode delphi}
{$inline on}
unit ub0489;

View File

@ -1,3 +1,5 @@
{ %fail }
{ Source provided for Free Pascal Bug Report 3716 }
{ Submitted by "Marc Weustink" on 2005-03-01 }
{ e-mail: marc@freepascal.org }

View File

@ -22,7 +22,7 @@ begin
end;
end
else
if (s <> '1.0000000000001') then
if (s <> '1'+DecimalSeparator+'0000000000001') then
begin
writeln('error');
halt(1);

View File

@ -4,6 +4,7 @@
program AssertFormatBug;
{ Illustrates bug with using Format in Assert }
{$mode objfpc}
{$assertions on}
uses