This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: gc.h


On 16 Mar 2000, Mikael Djurfeldt wrote:

> Dirk Herrmann <dirk@ida.ing.tu-bs.de> writes:
> 
> >   scm_map_free_list
> 
> I think, as a general rule, all Scheme primitives in libguile should
> have global scope.

True, this was a stupid one.  (A grep -l is not always the right thing.)

However, as a general rule for other functions and variables, it would be
wise to have them use a minimal scope, i. e. make them static if they are
used within a single file.

Best regards
Dirk Herrmann


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]