diff options
author | Kevin Ryde <user42@zip.com.au> | 2005-11-26 00:52:52 +0000 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2005-11-26 00:52:52 +0000 |
commit | bc7323428446d76baf605017e3471fb5ddf542e4 (patch) | |
tree | 35b7bb0af5f1d9dc300d63bec9adb32a0d497fb7 /libguile/socket.c | |
parent | 123a1b629e74d938a59e74c6ffb02241f8827e70 (diff) | |
download | guile-bc7323428446d76baf605017e3471fb5ddf542e4.tar.gz |
(scm_fill_sockaddr): Remove SCM_C_INLINE_KEYWORD, this is
much too big to want to inline.
Diffstat (limited to 'libguile/socket.c')
-rw-r--r-- | libguile/socket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/socket.c b/libguile/socket.c index ebd943a1f..84517863d 100644 --- a/libguile/socket.c +++ b/libguile/socket.c @@ -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 |