From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Taahir Ahmed Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH 2/3] Add C++ extern "C" guards to internal headers. Date: Wed, 15 Jul 2015 19:22:20 -0500 Message-ID: <4016416.BTPyqk2yXE@basis> References: <1436897249-18167-1-git-send-email-ahmed.taahir@gmail.com> <1436897249-18167-3-git-send-email-ahmed.taahir@gmail.com> <87615mjzuo.fsf@delenn.home.rotty.xx.vu> Reply-To: ahmed.taahir@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1527877.4JZHQFG9QW"; micalg="pgp-sha1"; protocol="application/pgp-signature" X-Trace: ger.gmane.org 1437006176 31137 80.91.229.3 (16 Jul 2015 00:22:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 16 Jul 2015 00:22:56 +0000 (UTC) Cc: guile-devel@gnu.org To: Andreas Rottmann Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Jul 16 02:22:55 2015 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZFWww-0000P3-SL for guile-devel@m.gmane.org; Thu, 16 Jul 2015 02:22:55 +0200 Original-Received: from localhost ([::1]:37902 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFWww-0001o7-9Y for guile-devel@m.gmane.org; Wed, 15 Jul 2015 20:22:54 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37957) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFWwb-0001PD-BS for guile-devel@gnu.org; Wed, 15 Jul 2015 20:22:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZFWwV-0001DK-UI for guile-devel@gnu.org; Wed, 15 Jul 2015 20:22:33 -0400 Original-Received: from mail-ob0-x22f.google.com ([2607:f8b0:4003:c01::22f]:33671) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFWwV-0001Cn-LJ for guile-devel@gnu.org; Wed, 15 Jul 2015 20:22:27 -0400 Original-Received: by obbgp5 with SMTP id gp5so37315720obb.0 for ; Wed, 15 Jul 2015 17:22:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:reply-to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-type; bh=XRyo1KSfx3628uARH9mwdDkFRkhvqc4iID04h5HVglQ=; b=T9odDndw3AUGzs8Jti8z1VNMG4UnaaYszvU3MTB08oi/nRiGH9s4OGBe7Ig+2yeQUU UqxA/bQnwChS8vxIlyeqqAJ0TWy/j0RPBYbCQ0Rt/wRtoHCY8Gq5ZnW8JN8EIE1qh3Ms Vpuu6546Lxv84793gNn4vFaAkPfqwcqfMurTuMY9hbjGqfOjGkiV5Afl46LkLg1SL+VI aAdQaT5AgQzzVPC4UoG23eC/ph9f4lyshojy7Pr5UFo5mhUfK63MBc5IWiJicsl/gYhm RdvAubcbZEiunZ/jft4hSbbg8JBLnmahg5Z/1KRBFvvq6YMeTAFld++BzJdSp60sYo9o Vutg== X-Received: by 10.202.88.66 with SMTP id m63mr5888519oib.47.1437006146088; Wed, 15 Jul 2015 17:22:26 -0700 (PDT) Original-Received: from basis.localnet (50-24-3-101.bcstcmtk01.res.dyn.suddenlink.net. [50.24.3.101]) by smtp.gmail.com with ESMTPSA id fh3sm3315350obb.23.2015.07.15.17.22.25 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 15 Jul 2015 17:22:25 -0700 (PDT) User-Agent: KMail/4.14.8 (Linux/3.18.7-gentoo; KDE/4.14.8; x86_64; ; ) In-Reply-To: <87615mjzuo.fsf@delenn.home.rotty.xx.vu> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c01::22f X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:17765 Archived-At: --nextPart1527877.4JZHQFG9QW Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" On Tuesday 14 July 2015 21:36:31 Andreas Rottmann wrote: > Just a minor nitpick: it might make sense to add a pair of macros to > libguile/__scm.h for the '#ifdef __cplusplus' dance, so these > boilerplate additions become just two lines, e.g.: That's a good idea, and I've gone ahead and incorporated it. I won't publish a new patchset here, because it doesn't really change anything. As an aside, have you received patch 3? It hasn't shown up in the list archive, and I've sent it again, with no luck. I'm unsure if it somehow got held for moderation. Thanks, Taahir --nextPart1527877.4JZHQFG9QW Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. Content-Transfer-Encoding: 7Bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAABAgAGBQJVpvlBAAoJEP0dGB2mOaLGHDIH/1ysfWBfyUVV8DSy2J14tVtV RAFnFiEGt4AXpO1sX04OOcekDQ5VvxcmfVm2Uqw2PK4P9zmYxfclKKW5cuosN84u LGF6yrtS8lgTJOzsKixik1nu+BtJO3KY7RsqrpJ33rKEg1nQfskj67RrwtfiXqpz 5M9usdKOggvL4/O7LZbh3gdZX2APmOENriDyDFr2ScXazj0kCGk9R3jNmzT4rUaI /C6x/xjsXX1KUCErscQTdFi9LW59AOWdrdehp6Xzwcq8gaKV/ScYOpcY63L9LlJl tKhp1WmOZHWydDlnSVmXKIeKGZHGGqfgg7X7qTclLEQNiwycqoNcTxqEICSBjJo= =NwZ1 -----END PGP SIGNATURE----- --nextPart1527877.4JZHQFG9QW--