lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 01/12/2011 9.47, Miles Bader wrote:
"0" should be perfectly acceptable in a pointer context; this sounds
like a bug with the C compiler...

That's in C++. In C, if I remember correctly, there is no automatic conversion and the integer/pointer types could be incompatible on some hardware.

--
  Enrico