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