mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-30 05:43:51 +02:00
+ resolving_forward boolean used for references
This commit is contained in:
parent
c79df084f3
commit
2bb6dcfa7b
@ -122,6 +122,7 @@ unit globals;
|
|||||||
Must_be_valid : boolean; { should the variable already have a value }
|
Must_be_valid : boolean; { should the variable already have a value }
|
||||||
compile_level : word;
|
compile_level : word;
|
||||||
make_ref : boolean;
|
make_ref : boolean;
|
||||||
|
resolving_forward : boolean; { used to add forward reference as second ref }
|
||||||
use_esp_stackframe : boolean; { to test for call with ESP as stack frame }
|
use_esp_stackframe : boolean; { to test for call with ESP as stack frame }
|
||||||
|
|
||||||
{$ifdef TP}
|
{$ifdef TP}
|
||||||
@ -1320,7 +1321,10 @@ begin
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.31 1999-11-09 13:00:38 peter
|
Revision 1.32 1999-11-09 23:34:46 pierre
|
||||||
|
+ resolving_forward boolean used for references
|
||||||
|
|
||||||
|
Revision 1.31 1999/11/09 13:00:38 peter
|
||||||
* define FPC_DELPHI,FPC_OBJFPC,FPC_TP,FPC_GPC
|
* define FPC_DELPHI,FPC_OBJFPC,FPC_TP,FPC_GPC
|
||||||
* initial support for ansistring default with modes
|
* initial support for ansistring default with modes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user