1
Fork 0
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:
Keisuke Nishida 2001-03-09 23:33:41 +00:00
parent ffdeebc3a9
commit 783e777478
62 changed files with 23 additions and 64 deletions

View file

@ -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);
}