diff options
author | Han-Wen Nienhuys <hanwen@lilypond.org> | 2002-07-22 00:17:26 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@lilypond.org> | 2002-07-22 00:17:26 +0000 |
commit | afc8e572bae0ffabd72b77ed6d9326362356c34a (patch) | |
tree | 44b7d6de65cf1399ae016741f2059dfd406eaaa2 /libguile/goops.c | |
parent | bcbd25b74ff741a72df5e56385744dabc03d9575 (diff) | |
download | guile-afc8e572bae0ffabd72b77ed6d9326362356c34a.tar.gz |
(mscripts): find and check version number of
automake. Complain if 1.6 is not found.
Diffstat (limited to 'libguile/goops.c')
-rw-r--r-- | libguile/goops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/goops.c b/libguile/goops.c index 7ff530d1d..8017cffa3 100644 --- a/libguile/goops.c +++ b/libguile/goops.c @@ -1872,7 +1872,7 @@ scm_compute_applicable_methods (SCM gf, SCM args, long len, int find_method_p) return SCM_BOOL_F; } - scm_remember_upto_here (tmp); + scm_remember_upto_here_1 (tmp); return (count == 1 ? applicable : sort_applicable_methods (applicable, count, types)); |