Enclose SRFI-13 deprecation handling in `#if SCM_ENABLE_DEPRECATED == 1'.
authorLudovic Courtès <ludo@gnu.org>
Wed, 2 Feb 2011 21:02:09 +0000 (22:02 +0100)
committerLudovic Courtès <ludo@gnu.org>
Wed, 2 Feb 2011 21:02:09 +0000 (22:02 +0100)
commit215e03127d5c8f7375cf4d8dd0ef57797738de47
treefadd49496c60beaeb877db7fedadbce3dbedd980
parentfc740bfce727f5f7f026e0de7ad21306fead9490
Enclose SRFI-13 deprecation handling in `#if SCM_ENABLE_DEPRECATED == 1'.

* libguile/srfi-13.c (scm_string_filter, scm_string_delete): Enclose
  deprecated call convention handling in `#if SCM_ENABLE_DEPRECATED == 1'.
libguile/srfi-13.c