mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-23 17:59:07 +02:00
* fix for wrong nested comments resulting in wrong results under *nix, etc., with redirected output
git-svn-id: trunk@49334 -
This commit is contained in:
parent
aa03991088
commit
cb2c0ae594
@ -18,12 +18,12 @@ const
|
||||
ConsoleDeviceName = 'CON';
|
||||
{$DEFINE TESTCONSOLEOK}
|
||||
{$ELSE}
|
||||
{ {$IF DEFINED(UNIX)}
|
||||
(* I don't know whether there's a device on Unix allowing to enforce output to console even if standard output is redirected for the given process... *)
|
||||
(* {$IF DEFINED(UNIX)}
|
||||
{ I don't know whether there's a device on Unix allowing to enforce output to console even if standard output is redirected for the given process... }
|
||||
ConsoleDeviceName = '/dev/tty';
|
||||
{$DEFINE TESTCONSOLEOK}
|
||||
{$ELSE}
|
||||
}
|
||||
*)
|
||||
{$IFDEF CONSOLE}
|
||||
ConsoleDeviceName = '';
|
||||
{$DEFINE TESTCONSOLEOK}
|
||||
|
Loading…
Reference in New Issue
Block a user