mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
* numbers.c (scm_two_doubles): Changed from extern to static
(is used only within numbers.c).
This commit is contained in:
parent
cb2326360a
commit
3a2425b944
1 changed files with 2 additions and 1 deletions
|
@ -3448,7 +3448,8 @@ SCM_PROC1 (s_i_tanh, "$tanh", scm_tc7_cxr, (SCM (*)())tanh);
|
|||
|
||||
struct dpair {double x, y;};
|
||||
|
||||
void scm_two_doubles(z1, z2, sstring, xy)
|
||||
static void
|
||||
scm_two_doubles(z1, z2, sstring, xy)
|
||||
SCM z1, z2;
|
||||
char *sstring;
|
||||
struct dpair *xy;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue