* allow enum(enum)

This commit is contained in:
peter 2001-10-22 21:21:09 +00:00
parent 09cd7f1642
commit 87f83123d3

View File

@ -1414,6 +1414,13 @@ implementation
enumdef :
begin
if (def_from.deftype=enumdef) then
begin
if explicit then
begin
b:=1;
doconv:=tc_int_2_int;
end
else
begin
hd1:=def_from;
while assigned(tenumdef(hd1).basedef) do
@ -1429,6 +1436,7 @@ implementation
end;
end;
end;
end;
arraydef :
begin
@ -1800,7 +1808,10 @@ implementation
end.
{
$Log$
Revision 1.51 2001-10-22 15:13:49 jonas
Revision 1.52 2001-10-22 21:21:09 peter
* allow enum(enum)
Revision 1.51 2001/10/22 15:13:49 jonas
* allow typeconversion of open array-of-char to string
Revision 1.50 2001/10/20 19:28:39 peter