diff options
Diffstat (limited to 'libguile/gh.h')
-rw-r--r-- | libguile/gh.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/gh.h b/libguile/gh.h index 7afd5048d..834e4b775 100644 --- a/libguile/gh.h +++ b/libguile/gh.h @@ -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 |