* srfi-13.c (scm_string_replace): Take sizeof (char) into account
authorMartin Grabmüller <mgrabmue@cs.tu-berlin.de>
Wed, 25 Apr 2001 14:28:11 +0000 (14:28 +0000)
committerMartin Grabmüller <mgrabmue@cs.tu-berlin.de>
Wed, 25 Apr 2001 14:28:11 +0000 (14:28 +0000)
commit653c72912796acd1084f2fd05edd249327cf3ea8
treece7de407d91d401ec9da8356a0e858c209d99d80
parent0d3e064b0b798dbec9b155aa9aebfd255060cb28
* srfi-13.c (scm_string_replace): Take sizeof (char) into account
when using memmove().

* srfi-14.h: Added prototypes for all exported procedures..

* srfi-13.c: Include srfi-13.h

* srfi-13.h: New file containing the prototypes.

* Makefile.am: Removed guile-srfi.texi and info_TEXINFOS variable.
(libguile_srfi_srfi_13_14_la_SOURCES): Added srfi-14.h, so it gets
distributed.
(libguile_srfi_srfi_13_14_la_SOURCES): Added srfi-13.h.
srfi/ChangeLog
srfi/Makefile.am
srfi/srfi-13.c
srfi/srfi-13.h [new file with mode: 0644]
srfi/srfi-14.c
srfi/srfi-14.h