|
@@ -692,7 +692,7 @@ implementation
|
|
internalerror(39393)
|
|
internalerror(39393)
|
|
else
|
|
else
|
|
CGMessage3(type_e_wrong_parameter_type,tostr(lastpara),
|
|
CGMessage3(type_e_wrong_parameter_type,tostr(lastpara),
|
|
- lastparatype^.typename,pt^.resulttype^.typename);
|
|
|
|
|
|
+ pt^.resulttype^.typename,lastparatype^.typename);
|
|
{$else}
|
|
{$else}
|
|
CGMessage1(parser_e_wrong_parameter_type,tostr(lastpara));
|
|
CGMessage1(parser_e_wrong_parameter_type,tostr(lastpara));
|
|
{$endif}
|
|
{$endif}
|
|
@@ -1153,7 +1153,10 @@ implementation
|
|
end.
|
|
end.
|
|
{
|
|
{
|
|
$Log$
|
|
$Log$
|
|
- Revision 1.39 1999-05-02 09:35:46 florian
|
|
|
|
|
|
+ Revision 1.40 1999-05-10 09:01:45 peter
|
|
|
|
+ * small message fixes
|
|
|
|
+
|
|
|
|
+ Revision 1.39 1999/05/02 09:35:46 florian
|
|
+ method message handlers which contain an explicit self can't be called
|
|
+ method message handlers which contain an explicit self can't be called
|
|
directly anymore
|
|
directly anymore
|
|
+ self is now loaded at the start of the an message handler with an explicit
|
|
+ self is now loaded at the start of the an message handler with an explicit
|