From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Jan Nieuwenhuizen Newsgroups: gmane.lisp.guile.user Subject: Re: [ANN] nyacc 0.82.3 is released Date: Sat, 11 Nov 2017 20:59:16 +0100 Organization: AvatarAcademy.nl Message-ID: <87vaigwprf.fsf@gnu.org> References: <87zi7swq0n.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1510430402 30999 195.159.176.226 (11 Nov 2017 20:00:02 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 11 Nov 2017 20:00:02 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) Cc: Guile User Mailing List To: Matt Wette Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sat Nov 11 20:59:52 2017 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eDbwW-0007XE-Iu for guile-user@m.gmane.org; Sat, 11 Nov 2017 20:59:52 +0100 Original-Received: from localhost ([::1]:46995 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eDbwc-0002hG-2z for guile-user@m.gmane.org; Sat, 11 Nov 2017 14:59:58 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36030) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eDbwE-0002hB-A0 for guile-user@gnu.org; Sat, 11 Nov 2017 14:59:35 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eDbwB-0002UW-8s for guile-user@gnu.org; Sat, 11 Nov 2017 14:59:34 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:60465) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eDbvy-0002PL-6m; Sat, 11 Nov 2017 14:59:18 -0500 Original-Received: from peder.onsbrabantnet.nl ([88.159.206.46]:42020 helo=dundal.peder.onsbrabantnet.nl) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1eDbvx-0006al-OM; Sat, 11 Nov 2017 14:59:18 -0500 X-Url: http://AvatarAcademy.nl In-Reply-To: <87zi7swq0n.fsf@gnu.org> (Jan Nieuwenhuizen's message of "Sat, 11 Nov 2017 20:53:44 +0100") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.org gmane.lisp.guile.user:14246 Archived-At: Jan Nieuwenhuizen writes: > This works with 0.80.4. To be clear: only _one_ of the #if clauses should be present, of course. Just testing here that none work. > #define USE_FOO 1 > > #ifndef USE_FOO > > #else /* USE_FOO */ > > typedef int foo; > > #endif /* USE_FOO */ > > #ifdef USE_FOO > typedef int foo; > #endif > > #if defined (USE_FOO) > typedef int foo; > #endif > > int > main () > { > foo i; > return 0; > } --=20 Jan Nieuwenhuizen | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar=C2=AE http://AvatarAcademy.com