mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 05:50:26 +02:00
(scm_fill_sockaddr): Remove SCM_C_INLINE_KEYWORD, this is
much too big to want to inline.
This commit is contained in:
parent
123a1b629e
commit
bc73234284
1 changed files with 1 additions and 1 deletions
|
@ -754,7 +754,7 @@ SCM_DEFINE (scm_shutdown, "shutdown", 2, 0, 0,
|
|||
proc is the name of the original procedure.
|
||||
size returns the size of the structure allocated. */
|
||||
|
||||
static SCM_C_INLINE_KEYWORD struct sockaddr *
|
||||
static struct sockaddr *
|
||||
scm_fill_sockaddr (int fam, SCM address, SCM *args, int which_arg,
|
||||
const char *proc, size_t *size)
|
||||
#define FUNC_NAME proc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue