I'm puzzled ... I was curious about this:
If I grep the entire source directory for bool_hack, this is the only occurrence I find. It this built in for C or something? It seems to be
but I can't find that code any place.
Thanks,
--Chris
Code:
#define bool bool_hack
Code:
typedef char bool_hack;
Thanks,
--Chris
Comment