mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 03:39:33 +02:00
* named class properly
git-svn-id: trunk@30518 -
This commit is contained in:
parent
9af36c2257
commit
061a1aacf3
@ -29,7 +29,7 @@ interface
|
|||||||
node,ncnv,ncgcnv,defcmp;
|
node,ncnv,ncgcnv,defcmp;
|
||||||
|
|
||||||
type
|
type
|
||||||
tarmtypeconvnode = class(tcgtypeconvnode)
|
tavrtypeconvnode = class(tcgtypeconvnode)
|
||||||
protected
|
protected
|
||||||
{ procedure second_int_to_int;override; }
|
{ procedure second_int_to_int;override; }
|
||||||
{ procedure second_string_to_string;override; }
|
{ procedure second_string_to_string;override; }
|
||||||
@ -55,5 +55,5 @@ interface
|
|||||||
implementation
|
implementation
|
||||||
|
|
||||||
begin
|
begin
|
||||||
ctypeconvnode:=tarmtypeconvnode;
|
ctypeconvnode:=tavrtypeconvnode;
|
||||||
end.
|
end.
|
||||||
|
Loading…
Reference in New Issue
Block a user