On Sat, 19 Aug 2000, Jeremy Buchmann wrote:
> My question is where is __i386__ initially defined?
> Jeremy Buchmann
> buchmann@cs.unr.edu
try /lib/cpp -dM
^D (or whatever you have eof bound to)
it should give you a list of the predefined symbols (at least mine does :)
enjoy
scott