guile-user
[Top][All Lists]
Advanced

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

scm_c_define_gsubr() and modules in Guile 1.6


From: stefan
Subject: scm_c_define_gsubr() and modules in Guile 1.6
Date: Sat, 26 Apr 2003 21:11:51 +0200 (CEST)

Hello!

A short question about symbols created by scm_c_define_gsubr() or
scm_c_define():  Why can't these symbols not be used within modules like
this:

(define-module (test-suite))
...
(export test-suite)

It worked in Guile 1.4 versions, but is broken/improved? in the Guile 1.6
version.

Thanks in advance,
        address@hidden





reply via email to

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