mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-08 01:47:19 +01:00
* fix my stupid copy and paste bug
This commit is contained in:
parent
f61a723302
commit
e1b3ddc3fb
@ -1895,7 +1895,7 @@ implementation
|
||||
begin
|
||||
s1:=def1.typename;
|
||||
s2:=def2.typename;
|
||||
Message2(type_e_not_equal_types,def1^.typename,def2^.typename);
|
||||
Message2(type_e_not_equal_types,def1.typename,def2.typename);
|
||||
end
|
||||
else
|
||||
CheckTypes := true;
|
||||
@ -1908,7 +1908,10 @@ implementation
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.7 2002-09-06 19:58:31 carl
|
||||
Revision 1.8 2002-09-07 09:16:55 carl
|
||||
* fix my stupid copy and paste bug
|
||||
|
||||
Revision 1.7 2002/09/06 19:58:31 carl
|
||||
* start bugfix 1996
|
||||
* 64-bit typed constant now work correctly and fully (bugfix 2001)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user