1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 22:31:12 +02:00

* 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.
This commit is contained in:
Greg J. Badros 2000-01-27 18:00:06 +00:00
parent 349af6dde9
commit 0821c4f671

View file

@ -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})