mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 08:29:32 +01:00
* define INCLUDEOK, which seems to work correct
This commit is contained in:
parent
e2781b92b5
commit
2a12c5f1da
@ -1048,6 +1048,7 @@ begin
|
||||
def_symbol('NEWVMTOFFSET');
|
||||
def_symbol('HASINTERNMATH');
|
||||
def_symbol('SYSTEMTVARREC');
|
||||
def_symbol('INCLUDEOK');
|
||||
|
||||
{ some stuff for TP compatibility }
|
||||
{$ifdef i386}
|
||||
@ -1233,7 +1234,10 @@ end;
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.26 1999-10-14 14:57:52 florian
|
||||
Revision 1.27 1999-10-26 13:13:47 peter
|
||||
* define INCLUDEOK, which seems to work correct
|
||||
|
||||
Revision 1.26 1999/10/14 14:57:52 florian
|
||||
- removed the hcodegen use in the new cg, use cgbase instead
|
||||
|
||||
Revision 1.25 1999/10/13 10:24:49 peter
|
||||
|
||||
Loading…
Reference in New Issue
Block a user