On Mon Jun 14 2010 at 09:17:43 +0000, David Holland wrote: > On Mon, Jun 14, 2010 at 11:34:24AM +0300, Antti Kantee wrote: > > So, you being the person who attempted to write cpp with sed, what > > comparison does "amd64 == sun3" actually result in? What about > > "i386 == sun3" (the former returned true, the latter didn't). > > What were you compiling on? Whether it should or not, our i386 gcc > predefines "i386", so you probably got 0 == 0 and 1 == 0 respectively.
Ah, ok, now I see what happened. thanks