1
Fork 0
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:
Kevin Ryde 2005-11-26 00:52:52 +00:00
parent 123a1b629e
commit bc73234284

View file

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