|
@@ -455,8 +455,6 @@ type
|
|
end;
|
|
end;
|
|
|
|
|
|
var
|
|
var
|
|
- p:Pstring;
|
|
|
|
-
|
|
|
|
enum_o2s : Penum_ord_to_string;
|
|
enum_o2s : Penum_ord_to_string;
|
|
header:Penum_typeinfo;
|
|
header:Penum_typeinfo;
|
|
body:Penum_typedata;
|
|
body:Penum_typedata;
|
|
@@ -1340,8 +1338,6 @@ var l,h,m:cardinal;
|
|
spaces:byte;
|
|
spaces:byte;
|
|
t:shortstring;
|
|
t:shortstring;
|
|
|
|
|
|
-label error;
|
|
|
|
-
|
|
|
|
begin
|
|
begin
|
|
{Val for numbers accepts spaces at the start, so lets do the same
|
|
{Val for numbers accepts spaces at the start, so lets do the same
|
|
for enums. Skip spaces at the start of the string.}
|
|
for enums. Skip spaces at the start of the string.}
|