guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: More on module API


From: Dale P. Smith
Subject: Re: More on module API
Date: Fri, 16 Aug 2002 16:56:30 -0400

On Mon, 12 Aug 2002 21:29:38 +0200
address@hidden 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
address@hidden            | http://cleveland.lug.net
440-746-9000 x339               |




reply via email to

[Prev in Thread] Current Thread [Next in Thread]