mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-12 23:00:22 +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:
parent
349af6dde9
commit
0821c4f671
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
(SCM str, SCM chr, SCM frm, SCM to),
|
||||||
"@deftypefn {Internal C Function} {static int} scm_i_index (SCM *@var{str}, \n"
|
"@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})
|
"SCM @var{chr}, int @var{direction}, SCM @var{sub_start}, SCM @var{sub_end}, char *@var{why})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue