mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-23 04:50:28 +02:00
fix scm_adjust_port_revealed_x FUNC_NAME
* libguile/ports.c (scm_adjust_port_revealed_x): Fix FUNC_NAME.
This commit is contained in:
parent
c9caa6c88d
commit
f5b870d816
1 changed files with 1 additions and 1 deletions
|
@ -1188,7 +1188,7 @@ SCM_DEFINE (scm_adjust_port_revealed_x, "adjust-port-revealed!", 2, 0, 0,
|
||||||
(SCM port, SCM addend),
|
(SCM port, SCM addend),
|
||||||
"Add @var{addend} to the revealed count of @var{port}.\n"
|
"Add @var{addend} to the revealed count of @var{port}.\n"
|
||||||
"The return value is unspecified.")
|
"The return value is unspecified.")
|
||||||
#define FUNC_NAME s_scm_set_port_revealed_x
|
#define FUNC_NAME s_scm_adjust_port_revealed_x
|
||||||
{
|
{
|
||||||
scm_i_pthread_mutex_t *lock;
|
scm_i_pthread_mutex_t *lock;
|
||||||
int a;
|
int a;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue