mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-20 10:49:20 +02:00
* fix small compilation problem
This commit is contained in:
parent
d175d7113f
commit
b0bf9a2512
@ -288,11 +288,14 @@ implementation
|
|||||||
|
|
||||||
|
|
||||||
begin
|
begin
|
||||||
ctypeconvnode:=tppctypeconvnode;
|
ctypeconvnode:=tm68ktypeconvnode;
|
||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.1 2002-08-14 19:16:34 carl
|
Revision 1.2 2002-08-14 19:31:26 carl
|
||||||
|
* fix small compilation problem
|
||||||
|
|
||||||
|
Revision 1.1 2002/08/14 19:16:34 carl
|
||||||
+ m68k type conversion nodes
|
+ m68k type conversion nodes
|
||||||
+ started some mathematical nodes
|
+ started some mathematical nodes
|
||||||
* out of bound references should now be handled correctly
|
* out of bound references should now be handled correctly
|
||||||
|
Loading…
Reference in New Issue
Block a user