Bill Schottstaedt <[EMAIL PROTECTED]> writes:

> On an SGI running irix 6.5 I get the warning:
> 
> strings.c: In function `scm_make_string':
> strings.c:232: warning: implicit declaration of function `memset'

Does it help if you insert:

#ifdef HAVE_STRING_H
#include <string.h>
#endif

somewhere at the top of strings.c ?

Reply via email to