mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 22:29:28 +02:00
* define HASTHREADVAR
This commit is contained in:
parent
52c161036d
commit
0538dce044
@ -1366,6 +1366,7 @@ begin
|
||||
def_symbol('VALUEGETMEM');
|
||||
def_symbol('VALUEFREEMEM');
|
||||
def_symbol('HASCURRENCY');
|
||||
def_symbol('HASTHREADVAR');
|
||||
|
||||
{ using a case is pretty useless here (FK) }
|
||||
{ some stuff for TP compatibility }
|
||||
@ -1681,7 +1682,10 @@ finalization
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.84 2002-10-02 18:20:52 peter
|
||||
Revision 1.85 2002-10-13 21:33:01 peter
|
||||
* define HASTHREADVAR
|
||||
|
||||
Revision 1.84 2002/10/02 18:20:52 peter
|
||||
* Copy() is now internal syssym that calls compilerprocs
|
||||
|
||||
Revision 1.83 2002/09/22 14:02:35 carl
|
||||
|
Loading…
Reference in New Issue
Block a user