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: [WAS: [ANN] nyacc 0.80.3 released] Date: Mon, 24 Jul 2017 14:52:56 +0200 Organization: AvatarAcademy.nl Message-ID: <87bmoagfo7.fsf@gnu.org> References: <2D72B3FB-6075-4F56-8698-6AC5BA96B2C0@gmail.com> 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 1500900865 13375 195.159.176.226 (24 Jul 2017 12:54:25 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 24 Jul 2017 12:54:25 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) Cc: Guile User To: Matt Wette Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon Jul 24 14:54:18 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 1dZcsG-0002ob-O9 for guile-user@m.gmane.org; Mon, 24 Jul 2017 14:54:12 +0200 Original-Received: from localhost ([::1]:54726 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dZcsM-0006HA-AO for guile-user@m.gmane.org; Mon, 24 Jul 2017 08:54:18 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50558) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dZcrL-0005k0-EM for guile-user@gnu.org; Mon, 24 Jul 2017 08:53:16 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dZcrI-0006eF-An for guile-user@gnu.org; Mon, 24 Jul 2017 08:53:15 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:41527) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dZcr5-0006aP-1N; Mon, 24 Jul 2017 08:52:59 -0400 Original-Received: from peder.onsbrabantnet.nl ([88.159.206.46]:40324 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 1dZcr4-0008LC-F0; Mon, 24 Jul 2017 08:52:58 -0400 X-Url: http://AvatarAcademy.nl In-Reply-To: <2D72B3FB-6075-4F56-8698-6AC5BA96B2C0@gmail.com> (Matt Wette's message of "Sun, 18 Jun 2017 15:07:58 -0700") 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:13978 Archived-At: Matt Wette writes: > NYACC V0.80.3 is released. This will expand the both THEN clauses, having main return 0; where in the second case, the ELSE clause should be expanded, having main return 2. This #define / #undef trick is used by tinycc, I just found it and now worked around it by setting a second define instead. #define DEF #ifdef DEF int def () {return 0;} #else int def () {return 1;} #endif #undef DEF #ifdef DEF int expand () {return 0;} #else int expand () {return 2;} #endif int main () { return def () + expand (); } Greetings, janneke --=20 Jan Nieuwenhuizen | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar=C2=AE http://AvatarAcademy.com