diff options
author | Greg J. Badros <gjb@cs.washington.edu> | 2000-01-27 18:00:06 +0000 |
---|---|---|
committer | Greg J. Badros <gjb@cs.washington.edu> | 2000-01-27 18:00:06 +0000 |
commit | 0821c4f671d0a7acb2b81c40611b1785054b4aab (patch) | |
tree | 127f5dfe183e85a71268b946a5d3f4629a418007 | |
parent | 349af6dde90fd1aa11657f748b3ca855733a1edd (diff) | |
download | guile-0821c4f671d0a7acb2b81c40611b1785054b4aab.tar.gz |
* strop.c (scm_i_index): Obfuscated commented-out SCM_DEFINE by
adding "x" prefix to the line so that guile-func-name-check
doesn't complain unnecessarily.
-rw-r--r-- | libguile/strop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/strop.c b/libguile/strop.c index 3518dd1b4..641599905 100644 --- a/libguile/strop.c +++ b/libguile/strop.c @@ -33,7 +33,7 @@ Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA /* -SCM_DEFINE (scm_i_index, "i-index", 2, 2, 0, +xSCM_DEFINE (scm_i_index, "i-index", 2, 2, 0, (SCM str, SCM chr, SCM frm, SCM to), "@deftypefn {Internal C Function} {static int} scm_i_index (SCM *@var{str}, \n" "SCM @var{chr}, int @var{direction}, SCM @var{sub_start}, SCM @var{sub_end}, char *@var{why}) |