mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-18 17:50:29 +02:00
Remove #include <stdio.h>. Add #include <string.h>.
This commit is contained in:
parent
ffdeebc3a9
commit
783e777478
62 changed files with 23 additions and 64 deletions
|
@ -44,7 +44,6 @@
|
|||
|
||||
|
||||
|
||||
#include <stdio.h>
|
||||
#include "libguile/_scm.h"
|
||||
|
||||
#include "libguile/objects.h"
|
||||
|
@ -95,6 +94,7 @@ scm_make_subr_opt (const char *name, int type, SCM (*fcn) (), int set)
|
|||
}
|
||||
else
|
||||
{
|
||||
symcell = SCM_BOOL_F; /* to avoid warning */
|
||||
symbol = scm_str2symbol (name);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue