From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Doug Evans Newsgroups: gmane.lisp.guile.devel Subject: Re: Identifying what's usable in installed headers [was Re: RFC: Foreign objects facility] Date: Fri, 2 May 2014 11:34:58 -0700 Message-ID: References: <87mwf09zhg.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1399055715 25946 80.91.229.3 (2 May 2014 18:35:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 2 May 2014 18:35:15 +0000 (UTC) Cc: guile-devel To: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri May 02 20:35:09 2014 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 1WgIIe-0006it-Ik for guile-devel@m.gmane.org; Fri, 02 May 2014 20:35:08 +0200 Original-Received: from localhost ([::1]:45820 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WgIIe-0002tg-4z for guile-devel@m.gmane.org; Fri, 02 May 2014 14:35:08 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54930) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WgIIW-0002mp-96 for guile-devel@gnu.org; Fri, 02 May 2014 14:35:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WgIIV-0001KQ-GE for guile-devel@gnu.org; Fri, 02 May 2014 14:35:00 -0400 Original-Received: from mail-yk0-x22a.google.com ([2607:f8b0:4002:c07::22a]:61125) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WgIIV-0001KJ-CC; Fri, 02 May 2014 14:34:59 -0400 Original-Received: by mail-yk0-f170.google.com with SMTP id 79so4119602ykr.15 for ; Fri, 02 May 2014 11:34:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=nC8eWU11xhSXTuABkuRfQQf9ijPf6VZpWNLLYKI9yH8=; b=MC1bwYrzXlUrcYWph0crd1V5t1J/3tAqhdq7nlCZ/BMoaGQWBVKCAEOLN8CdIYYKeE OPBY+ZZXSctAQAYxNqxBA1IDQUt+kADolbqQXsHbiM6inbSCt2uTWbzZip65vPOV3cv/ wApssgPq2zsWV/3Q6UzBzyYAmpcds5Vfha8yUNyxvWm2KNX1VTyqrrMSHU6qucNWu9WO BbIUiAbovb0wQiyCitR/Ftv8AnbM6+lwJ/KYzBr+SC6ZRrsLjdd08bldmJPs99m0JTmK Q0OCxeXX4tnBoS50oQze8JweXyefJvJvjGZM2xoFUH4DewGFADq9BTcGDDWiNoKHUGkq PfGQ== X-Received: by 10.236.157.167 with SMTP id o27mr25731124yhk.127.1399055698891; Fri, 02 May 2014 11:34:58 -0700 (PDT) Original-Received: by 10.170.214.130 with HTTP; Fri, 2 May 2014 11:34:58 -0700 (PDT) In-Reply-To: <87mwf09zhg.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4002:c07::22a 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:17127 Archived-At: On Fri, May 2, 2014 at 4:44 AM, Ludovic Court=C3=A8s wrote: > Doug Evans skribis: > >> While function declarations are markable as being internal/external in >> published headers (SCM_INTERNAL vs SCM_API), macros are not. > > Internal macros are marked by a naming convention: they are prefixed by > =E2=80=98SCM_I=E2=80=99. Hi. Sorry, catching up on mail. So this means that struct.h:SCM_STRUCT_* are ok to use by apps, right?