1
Fork 0
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:
Marius Vollmer 2001-05-07 18:11:20 +00:00
parent d204b24c16
commit abc235ad1c
2 changed files with 14 additions and 6 deletions

View file

@ -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