From: ts Date: 2006-06-09T16:58:01+09:00 Subject: Re: Problems with rb_struct_define and 64 bit Ruby >>>>> "A" == Austin Ziegler writes: A> Gah. That's one of the things that I absolutely *despise* about C as A> opposed to C++. I *like* that I can use 0 as if it were the same thing A> as NULL and not (void*)0. Well, the architecture x86_64 was created to make in sort that C programmer understand the difference between (int)0 and (void *)0 :-) Guy Decoux