mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 03:30:27 +02:00
* convert.c: include <string.h> for convert_i.c.
This commit is contained in:
parent
4615111283
commit
4f2716b6f6
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2002-02-25 Gary Houston <ghouston@arglist.com>
|
||||
|
||||
* convert.c: include <string.h> for convert_i.c.
|
||||
|
||||
2002-02-24 Rob Browning <rlb@defaultvalue.org>
|
||||
|
||||
* .cvsignore: add stamp-h1.
|
||||
|
|
|
@ -52,6 +52,10 @@
|
|||
|
||||
#include "libguile/convert.h"
|
||||
|
||||
#ifdef HAVE_STRING_H
|
||||
#include <string.h>
|
||||
#endif
|
||||
|
||||
#define CTYPE char
|
||||
#define SCM2CTYPES_FN "scm_c_scm2chars"
|
||||
#define SCM2CTYPES scm_c_scm2chars
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue