Hm... The following does not compile for me on both 64-bit Windows 7 and 32-bit
Windows XP (nim version 0.17.2):
proc foo(ci: cint) = discard
for i in 0 .. 5:
foo(i)
- The cint == int != int trap Stefan_Salewski
- Re: The cint == int != int trap chrisheller
- Re: The cint == int != int trap Stefan_Salewski
- Re: The cint == int != int trap olwi
- Re: The cint == int != int trap woggioni
- Re: The cint == int != int trap Stefan_Salewski
- Re: The cint == int != int trap olwi
- Re: The cint == int != int t... woggioni
- Re: The cint == int != int t... olwi
- Re: The cint == int != int t... Stefan_Salewski
- Re: The cint == int != int t... Araq
- Re: The cint == int != int t... Stefan_Salewski
