mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 10:42:44 +02:00
* fixed bootstrapping with 1.9.2
This commit is contained in:
parent
6db46c855b
commit
4b114b5689
@ -224,7 +224,11 @@ End;
|
||||
******************************************************************************}
|
||||
|
||||
{$ifdef HASTHREADVAR}
|
||||
{$ifdef VER1_9_2}
|
||||
var
|
||||
{$else VER1_9_2}
|
||||
threadvar
|
||||
{$endif VER1_9_2}
|
||||
{$else HASTHREADVAR}
|
||||
var
|
||||
{$endif HASTHREADVAR}
|
||||
@ -828,7 +832,10 @@ End.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.28 2004-02-17 17:37:26 daniel
|
||||
Revision 1.29 2004-02-18 19:08:27 florian
|
||||
* fixed bootstrapping with 1.9.2
|
||||
|
||||
Revision 1.28 2004/02/17 17:37:26 daniel
|
||||
* Enable threadvars again
|
||||
|
||||
Revision 1.27 2004/02/16 22:18:44 hajny
|
||||
|
Loading…
Reference in New Issue
Block a user