summaryrefslogtreecommitdiff
path: root/libguile/goops.c
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@lilypond.org>2002-07-22 00:17:26 +0000
committerHan-Wen Nienhuys <hanwen@lilypond.org>2002-07-22 00:17:26 +0000
commitafc8e572bae0ffabd72b77ed6d9326362356c34a (patch)
tree44b7d6de65cf1399ae016741f2059dfd406eaaa2 /libguile/goops.c
parentbcbd25b74ff741a72df5e56385744dabc03d9575 (diff)
downloadguile-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.c2
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));