mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 08:29:32 +01:00
+ ModuleIs* typed consts added
git-svn-id: trunk@7799 -
This commit is contained in:
parent
1631ccf2cc
commit
5c58f69595
@ -356,6 +356,10 @@ const
|
||||
{ Indicates if there was an error }
|
||||
StackError : boolean = FALSE;
|
||||
InitProc : Pointer = nil;
|
||||
{ compatibility }
|
||||
ModuleIsLib : Boolean = FALSE;
|
||||
ModuleIsPackage : Boolean = FALSE;
|
||||
ModuleIsCpp : Boolean = FALSE;
|
||||
|
||||
var
|
||||
ExitCode : Longint; public name 'operatingsystem_result';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user