On 16.10.2010 12:35, Uffe Kousgaard wrote:
"Jonas Maebe" wrote in
message news:6ef537cb-d266-4034-8c96-8286158ac...@elis.ugent.be...
1) Whenever I compile "single = min(single,single)" I have to add math.min
or the win32 compiler complains and expects longints instead. Is there a
difference be
"Jonas Maebe" wrote in
message news:6ef537cb-d266-4034-8c96-8286158ac...@elis.ugent.be...
> 1) Whenever I compile "single = min(single,single)" I have to add math.min
> or the win32 compiler complains and expects longints instead. Is there a
> difference between the RTL in the two versions?
> C