* removed MULS->MULD substitution for wince, because MULS was added to system unit.

git-svn-id: trunk@1313 -
This commit is contained in:
yury 2005-10-07 13:58:37 +00:00
parent 09bb934c15
commit 80fbc143ab

View File

@ -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;