tb0217.pp 276 B

12345678910111213141516
  1. { Old file: tbs0256.pp }
  2. { problem with conditionnals in TP mode OK 0.99.11 (PM) }
  3. {$mode tp}
  4. {$undef dummy }
  5. {$ifdef dummy}
  6. procedure test;
  7. begin
  8. foreach({$ifndef TP}@{$endif}add_to_browserlog);
  9. end;
  10. {$endif BrowserLog}
  11. begin
  12. end.