On 6/20/07, Andy Lester <[EMAIL PROTECTED]> wrote:
I guess I don't see the need to document a standard C behavior with a
macro.  We don't have

   #define inc(x) (x)++

do we?

Incrementing a var is much less likely to have unpredictable effects
due to modifying the wrong memory.  Sure, x might be a pointer, and
things might gang agley there, but pointers getting set to the wrong
type of pointee is a pretty common problem, and one that I'm happy to
have some runtime support in locating.

--
Mark J. Reed <[EMAIL PROTECTED]>

Reply via email to