From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Dale P. Smith" Newsgroups: gmane.lisp.guile.devel Subject: Re: More on module API Date: Fri, 16 Aug 2002 16:56:30 -0400 Organization: Altus Technologies Corporation Sender: guile-devel-admin@gnu.org Message-ID: <20020816165630.54f945e7.dsmith@altustech.com> References: <20020812192938.GA2749@www> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1029549908 6178 127.0.0.1 (17 Aug 2002 02:05:08 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 17 Aug 2002 02:05:08 +0000 (UTC) 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 17fsxf-0001bU-00 for ; Sat, 17 Aug 2002 04:05:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17fsyd-0003zm-00; Fri, 16 Aug 2002 22:06:07 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17fsyV-0003u6-00 for guile-devel@gnu.org; Fri, 16 Aug 2002 22:05:59 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17fsyS-0003tL-00 for guile-devel@gnu.org; Fri, 16 Aug 2002 22:05:58 -0400 Original-Received: from [208.40.56.34] (helo=borg.altus.cc) by monty-python.gnu.org with esmtp (Exim 4.10) id 17fsyS-0003t6-00 for guile-devel@gnu.org; Fri, 16 Aug 2002 22:05:56 -0400 Original-Received: from sparky (oh-strongsvillecadent1-1c-245.clvhoh.adelphia.net [68.69.211.245]) by borg-eth1.altus.cc (8.10.2/8.10.2) with SMTP id g7H25sJ07311 for ; Fri, 16 Aug 2002 22:05:54 -0400 Original-To: guile-devel@gnu.org In-Reply-To: <20020812192938.GA2749@www> X-Mailer: Sylpheed version 0.8.1claws3 (GTK+ 1.2.10; i386-debian-linux-gnu) Errors-To: guile-devel-admin@gnu.org X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.devel:1106 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:1106 On Mon, 12 Aug 2002 21:29:38 +0200 rm@fabula.de wrote: > > - looking at the code emited by the current snarfer i realized that > the function isn't declared 'static' (NOTE: my version of SCM_DEFINE_PUBLIC > declares the function to be static). Is this intentional? I can't think of a > reason to export the function on the C level. > Lots of Guile C code calls the C functions directly. If declared static, they could only be called from within the same source file. -Dale -- Dale P. Smith Senior Systems Consultant, | Treasurer, Altus Technologies Corporation | Cleveland Linux Users Group dsmith@altustech.com | http://cleveland.lug.net 440-746-9000 x339 | _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel