mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-29 14:30:34 +02:00
Fix `Mismatching FUNC_NAME' warning from guile-func-name-check
* libguile/bytevectors.c (FUNC_NAME): Change to match function name.
This commit is contained in:
parent
782a82eed1
commit
cabf1b31a3
1 changed files with 1 additions and 1 deletions
|
@ -577,7 +577,7 @@ SCM_DEFINE (scm_bytevector_u8_set_x, "bytevector-u8-set!", 3, 0, 0,
|
|||
SCM_DEFINE (scm_bytevector_s8_set_x, "bytevector-s8-set!", 3, 0, 0,
|
||||
(SCM bv, SCM index, SCM value),
|
||||
"Return the octet located at @var{index} in @var{bv}.")
|
||||
#define FUNC_NAME s_scm_bytevector_u8_set_x
|
||||
#define FUNC_NAME s_scm_bytevector_s8_set_x
|
||||
{
|
||||
INTEGER_NATIVE_SET (8, signed);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue