guile-devel
[Top][All Lists]
Advanced

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

Minor problems with CVS Guile


From: Matthias Koeppe
Subject: Minor problems with CVS Guile
Date: 22 May 2001 17:54:58 +0200

The :use-syntax argument to `define-module' does not work in current
CVS guile since `process-define-module' tries to take the `last-pair'
of the procedure `module-name'.

A patch against another gcc-ism is included below.

Index: libguile/deprecation.c
===================================================================
RCS file: /cvs/guile/guile-core/libguile/deprecation.c,v
retrieving revision 1.5
diff -u -r1.5 deprecation.c
--- libguile/deprecation.c      2001/05/16 07:20:53     1.5
+++ libguile/deprecation.c      2001/05/22 15:34:13
@@ -116,8 +116,8 @@
 SCM_DEFINE(scm_include_deprecated_features,
           "include-deprecated-features", 0, 0, 0,
           (),
-          "Return @code{#t} iff deprecated features should be included
-            in public interfaces.")
+          "Return @code{#t} iff deprecated features should be included\n"
+          "in public interfaces.")
 #define FUNC_NAME s_scm_include_deprecated_features
 {
 #if SCM_DEBUG_DEPRECATED == 0

-- 
Matthias Köppe -- http://www.math.uni-magdeburg.de/~mkoeppe



reply via email to

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