guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

small and stupid patch to procs.c


From: Ariel Rios
Subject: small and stupid patch to procs.c
Date: 20 May 2001 19:48:37 -0400

A small patch to current CVS to make it compile

ariel

Index: procs.c
===================================================================
RCS file: /cvs/guile/guile-core/libguile/procs.c,v
retrieving revision 1.56
diff -u -r1.56 procs.c
--- procs.c     2001/05/20 00:34:25     1.56
+++ procs.c     2001/05/21 00:40:22
@@ -434,7 +434,7 @@
     ("`scm_make_subr_with_generic' is deprecated.  Use "
      "`scm_c_define_subr_with_generic' instead.");

-  return scm_c_define_subr_with_generic (name, type, fcn);
+  return scm_c_define_subr_with_generic (name, type, fcn, gf);
 }

 #endif /* !SCM_DEBUG_DEPRECATION */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]