summaryrefslogtreecommitdiff
path: root/rtl/inc/system.inc
diff options
context:
space:
mode:
Diffstat (limited to 'rtl/inc/system.inc')
-rw-r--r--rtl/inc/system.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/rtl/inc/system.inc b/rtl/inc/system.inc
index d104988b2c..4bf75ba168 100644
--- a/rtl/inc/system.inc
+++ b/rtl/inc/system.inc
@@ -532,7 +532,7 @@ function aligntoptr(p : pointer) : pointer;inline;
* OTHER DEALINGS IN THE SOFTWARE.
*
* For more information, please refer to <http://unlicense.org/>
- *
+ *
*}
{$R-} {range checking off}
@@ -610,7 +610,7 @@ begin
begin
mtwist_init(RandSeed);
{ Detect resets of randseed
-
+
This will break if someone coincidentally uses not(randseed) as the
next randseed, but it's much more common that you will reset randseed
to the same value as before to regenerate the same sequence of numbers
@@ -1006,7 +1006,7 @@ Begin
{ Show runtime error and exit }
if WriteErrorsToStdErr then
pstdout:=@stderr
- else
+ else
pstdout:=@stdout;
If erroraddr<>nil Then
Begin
@@ -1023,7 +1023,7 @@ Begin
{ Finalize units }
FinalizeUnits;
-{$if defined(MSWINDOWS) or defined(OS2)}
+{$if (defined(MSWINDOWS) and not defined(win16)) or defined(OS2)}
{ finally release the heap if possible, especially
important for DLLs.
Reset the array to nil, and finally also argv itself to