Quote Originally Posted by ahmd View Post
I doubt that.
Did you compile as a 'C' file or CPP? 'C' and C++ have different language rules, so I would suspect that the same code would produce sizeof(int) for the comparison.

Regards,

Paul McKenzie