From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: tomas@fabula.de Newsgroups: gmane.lisp.guile.devel Subject: Re: #if vs #ifdef Date: Thu, 27 Mar 2003 10:43:20 +0100 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <20030327094320.GA12239@www> References: <87brzxfi3j.fsf@raven.i.defaultvalue.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1048756792 29873 80.91.224.249 (27 Mar 2003 09:19:52 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 27 Mar 2003 09:19:52 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Mar 27 10:19:49 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18yTY5-0007lb-00 for ; Thu, 27 Mar 2003 10:19:49 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18yTXy-0000oX-06 for guile-devel@m.gmane.org; Thu, 27 Mar 2003 04:19:42 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18yTWl-0007lx-00 for guile-devel@gnu.org; Thu, 27 Mar 2003 04:18:27 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18yTVa-0006yN-00 for guile-devel@gnu.org; Thu, 27 Mar 2003 04:17:15 -0500 Original-Received: from [217.22.192.104] (helo=www.elogos.de) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18yTVL-0006sr-00 for guile-devel@gnu.org; Thu, 27 Mar 2003 04:17:00 -0500 Original-Received: by www.elogos.de (Postfix, from userid 5002) id 5DD5E1457F; Thu, 27 Mar 2003 10:43:20 +0100 (CET) Original-To: Rob Browning Content-Disposition: inline In-Reply-To: <87brzxfi3j.fsf@raven.i.defaultvalue.org> User-Agent: Mutt/1.5.3i X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:2112 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:2112 On Thu, Mar 27, 2003 at 12:18:08AM -0600, Rob Browning wrote: > > The GNU Coding Standards suggest always #defining a symbol to a value > and using #if tests rather than either defining or not defining that > symbol [...] So this boils down to ``use if() wherever possible, else use #if''. Makes a lot of sense to me. Regards -- tomas _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel