|
@@ -2110,7 +2110,7 @@ var
|
|
|
|
|
|
procedure RegisterIntegerConsts(IntegerType: Pointer; IdentToIntFn: TIdentToInt;
|
|
|
IntToIdentFn: TIntToIdent);
|
|
|
-function IdentToInt(const Ident: string; var Int: Longint; const Map: array of TIdentMapEntry): Boolean;
|
|
|
+function IdentToInt(const Ident: string; out Int: Longint; const Map: array of TIdentMapEntry): Boolean;
|
|
|
function IntToIdent(Int: Longint; var Ident: string; const Map: array of TIdentMapEntry): Boolean;
|
|
|
function FindIntToIdent(AIntegerType: Pointer): TIntToIdent;
|
|
|
function FindIdentToInt(AIntegerType: Pointer): TIdentToInt;
|