mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 02:07:53 +02:00
* removed MULS->MULD substitution for wince, because MULS was added to system unit.
git-svn-id: trunk@1313 -
This commit is contained in:
parent
09bb934c15
commit
80fbc143ab
@ -1903,8 +1903,6 @@ implementation
|
||||
end;
|
||||
|
||||
end;
|
||||
if procname='MULS' then
|
||||
procname:='MULD';
|
||||
result:=ccallnode.createintern(procname,ccallparanode.create(right,
|
||||
ccallparanode.create(left,nil)));
|
||||
left:=nil;
|
||||
|
Loading…
Reference in New Issue
Block a user