This is the mail archive of the guile@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: set! prototype implementation


Mikael Djurfeldt <mdj@nada.kth.se> writes:

> (if (not (defined? 'internal-set!))
>     (define internal-set! set!))
       ^^^^^^

Has to be define-public.

Sorry for all waste of bandwidth.

/mdj