Subject: Re: Weird ifdefs
To: Valeriy E. Ushakov <uwe@ptc.spbu.ru>
From: Jason R Thorpe <thorpej@wasabisystems.com>
List: tech-x11
Date: 08/23/2002 10:55:51
On Fri, Aug 23, 2002 at 08:58:40PM +0400, Valeriy E. Ushakov wrote:

 > Now does any one has any idea why an i386 asm statement is protected
 > with such a (literally) perverse conditional?  Isn't defined(__i386__)
 > test enough?  Unfortunately I cannot easily test compile on i386 at
 > the moment to verify that but see no reasons why it wouldn't.

I think changing that to #ifdef __i386__ is certainly appropriate.

-- 
        -- Jason R. Thorpe <thorpej@wasabisystems.com>