mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-03 07:09:49 +01:00
- removed unnecessary printnode
This commit is contained in:
parent
0d506c579e
commit
239dd7121e
@ -2099,7 +2099,6 @@ implementation
|
||||
result := ctypeconvnode.create_explicit(left,resulttype);
|
||||
left := nil;
|
||||
firstpass(result);
|
||||
printnode(output,result);
|
||||
end;
|
||||
|
||||
in_sizeof_x:
|
||||
@ -2443,7 +2442,10 @@ begin
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.147 2004-11-01 17:41:28 florian
|
||||
Revision 1.148 2004-11-01 18:26:52 florian
|
||||
- removed unnecessary printnode
|
||||
|
||||
Revision 1.147 2004/11/01 17:41:28 florian
|
||||
* fixed arm compilation with cgutils
|
||||
* ...
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user