From 0821c4f671d0a7acb2b81c40611b1785054b4aab Mon Sep 17 00:00:00 2001 From: "Greg J. Badros" Date: Thu, 27 Jan 2000 18:00:06 +0000 Subject: [PATCH] * 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. --- libguile/strop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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})