mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-24 12:20:20 +02:00
(gh_lookup): Call gh_module_lookup with
`scm_current_module ()', not `#f'. (gh_module_lookup): Expect a module instead of an obarray as first argument and do lookup in that module.
This commit is contained in:
parent
d204b24c16
commit
abc235ad1c
2 changed files with 14 additions and 6 deletions
|
@ -185,7 +185,7 @@ SCM gh_uniform_vector_ref (SCM v, SCM ilist);
|
|||
#define gh_vector_to_list(v) scm_vector_to_list(v)
|
||||
|
||||
SCM gh_lookup (const char *sname);
|
||||
SCM gh_module_lookup (SCM vector, const char *sname);
|
||||
SCM gh_module_lookup (SCM module, const char *sname);
|
||||
|
||||
SCM gh_cons(SCM x, SCM y);
|
||||
#define gh_list scm_listify
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue