Date: Thu, 18 Jul 2002 10:16:33 +0100 From: Mark Murray <mark@grondar.za> To: John Baldwin <jhb@FreeBSD.org> Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/include atomic.h Message-ID: <200207180916.g6I9GYuH061606@grimreaper.grondar.org> In-Reply-To: <XFMail.20020717133607.jhb@FreeBSD.org> ; from John Baldwin <jhb@FreeBSD.org> "Wed, 17 Jul 2002 13:36:07 EDT." References: <XFMail.20020717133607.jhb@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> > Clean up the syntax WRT semicolons at the end of function-like-macros, and protect GCCisms from > > non-GNU compilers and lint. > > I would prefer you use #error instead of non-working dummy functions. I could do that, but I don't want lint(1) to blow up. How about if I did a "#ifndef lint; #error *BANG*; #endif" in the appropriate place(s)? M -- o Mark Murray \_ O.\_ Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207180916.g6I9GYuH061606>