mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 08:59:26 +02:00
* problem with new expr_type solved
This commit is contained in:
parent
705174265d
commit
41301b806d
@ -134,7 +134,7 @@ unit pdecl;
|
||||
consume(COLON);
|
||||
ignore_equal:=true;
|
||||
def:=read_type('');
|
||||
block_type:=bt_type;
|
||||
block_type:=bt_general;
|
||||
ignore_equal:=false;
|
||||
symtablestack^.insert(new(ptypedconstsym,init(name,def)));
|
||||
consume(EQUAL);
|
||||
@ -1689,7 +1689,10 @@ unit pdecl;
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.4 1998-04-08 10:26:09 florian
|
||||
Revision 1.5 1998-04-08 14:59:20 florian
|
||||
* problem with new expr_type solved
|
||||
|
||||
Revision 1.4 1998/04/08 10:26:09 florian
|
||||
* correct error handling of virtual constructors
|
||||
* problem with new type declaration handling fixed
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user