On Wednesday, Jan 21st 2004 at 09:08 -0800, quoth John Douglas Porter:

=>
=>On a related, less non-serious note, I seem recall it was fairly
=>standard in C, back in the old days, to write something like
=>
=>  #define FALSE !1
=>  #define TRUE !FALSE
=>
=>Since 1 is "a" true value, but TRUE is "the" true value.
=>(And of course FALSE is "the" false value.)

Umm, I think what you were trying for was

#define FALSE 0
#define TRUE (!FALSE)

-- 
Time flies like the wind. Fruit flies like a banana. Stranger things have  .0.
happened but none stranger than this. Does your driver's license say Organ ..0
Donor?Black holes are where God divided by zero. Listen to me! We are all- 000
individuals! What if this weren't a hypothetical question?
steveo at syslang.net

Reply via email to