guile-cvs
[Top][All Lists]
Advanced

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

guile/guile-core/libguile strings.h


From: Dirk Herrmann
Subject: guile/guile-core/libguile strings.h
Date: Wed, 25 Oct 2000 04:13:15 -0700

CVSROOT:        /cvs
Module name:    guile
Changes by:     Dirk Herrmann <address@hidden>  00/10/25 04:13:15

Modified files:
        guile-core/libguile: strings.h 

Log message:
        * Forgot to check this in with the last bunch of files.

CVSWeb URLs:
http://subversions.gnu.org/cgi-bin/cvsweb/guile/guile-core/libguile/strings.h.diff?r1=1.20&r2=1.21

Patches:
Index: guile/guile-core/libguile/strings.h
diff -u guile/guile-core/libguile/strings.h:1.20 
guile/guile-core/libguile/strings.h:1.21
--- guile/guile-core/libguile/strings.h:1.20    Fri Oct  6 06:35:58 2000
+++ guile/guile-core/libguile/strings.h Wed Oct 25 04:13:15 2000
@@ -77,7 +77,6 @@
 extern SCM scm_string_set_x (SCM str, SCM k, SCM chr);
 extern SCM scm_substring (SCM str, SCM start, SCM end);
 extern SCM scm_string_append (SCM args);
-extern SCM scm_make_shared_substring (SCM str, SCM frm, SCM to);
 extern void scm_init_strings (void);
 
 
@@ -87,6 +86,7 @@
 #define SCM_SLOPPY_STRINGP(x) (SCM_STRINGP(x))
 #define SCM_NSTRINGP(x) (!SCM_STRINGP(x))
 #define SCM_NRWSTRINGP(x) (! SCM_RWSTRINGP (x))
+extern SCM scm_make_shared_substring (SCM str, SCM frm, SCM to);
 
 #endif  /* SCM_DEBUG_DEPRECATED == 0 */
 



reply via email to

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