mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-06 04:17:06 +02:00
* problem with conditionnal under TP mode !
This commit is contained in:
parent
8900447c5f
commit
eb040bf0e7
11
bugs/bug0256.pp
Normal file
11
bugs/bug0256.pp
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
{$mode tp}
|
||||||
|
|
||||||
|
{$ifdef dummy}
|
||||||
|
procedure test;
|
||||||
|
begin
|
||||||
|
foreach({$ifndef TP}@{$endif}add_to_browserlog);
|
||||||
|
end;
|
||||||
|
{$endif BrowserLog}
|
||||||
|
|
||||||
|
begin
|
||||||
|
end.
|
@ -347,3 +347,4 @@ bug0246.pp const para can be changed without error
|
|||||||
bug0252.pp typecasting not possible within typed const
|
bug0252.pp typecasting not possible within typed const
|
||||||
bug0254.pp problem of endless loop if string at end of main file without new line.
|
bug0254.pp problem of endless loop if string at end of main file without new line.
|
||||||
bug0255.pp internal error 10 with in and function calls
|
bug0255.pp internal error 10 with in and function calls
|
||||||
|
bug0256.pp problem with conditionnals in TP mode
|
Loading…
Reference in New Issue
Block a user