|
@@ -473,7 +473,7 @@ const
|
|
('dynamic');
|
|
('dynamic');
|
|
|
|
|
|
ConstTypeNames: array[TPpuConstType] of string =
|
|
ConstTypeNames: array[TPpuConstType] of string =
|
|
- ('', 'int', 'float', 'string', 'set', 'pointer');
|
|
|
|
|
|
+ ('unknown', 'int', 'float', 'string', 'set', 'pointer');
|
|
|
|
|
|
OrdTypeNames: array[TPpuOrdType] of string =
|
|
OrdTypeNames: array[TPpuOrdType] of string =
|
|
('void', 'uint', 'sint', 'pasbool', 'bool', 'char', 'currency');
|
|
('void', 'uint', 'sint', 'pasbool', 'bool', 'char', 'currency');
|
|
@@ -695,6 +695,7 @@ begin
|
|
WriteStr('ValType', ConstTypeNames[ConstType]);
|
|
WriteStr('ValType', ConstTypeNames[ConstType]);
|
|
s:='Value';
|
|
s:='Value';
|
|
case ConstType of
|
|
case ConstType of
|
|
|
|
+ ctUnknown: ;
|
|
ctInt:
|
|
ctInt:
|
|
WriteInt(s, VInt);
|
|
WriteInt(s, VInt);
|
|
ctFloat:
|
|
ctFloat:
|