*** strings.c	Mon Feb 27 17:20:47 2006
--- strings.c.0	Mon Feb 27 17:18:33 2006
***************
*** 124,130 ****
  
  /* Return a new stringbuf whose underlying storage consists of the LEN+1
     octets pointed to by STR (the last octet is zero).  */
! SCM_C_INLINE_KEYWORD SCM
  scm_i_take_stringbufn (char *str, size_t len)
  {
    scm_gc_register_collectable_memory (str, len + 1, "stringbuf");
--- 124,130 ----
  
  /* Return a new stringbuf whose underlying storage consists of the LEN+1
     octets pointed to by STR (the last octet is zero).  */
! SCM_C_INLINE SCM
  scm_i_take_stringbufn (char *str, size_t len)
  {
    scm_gc_register_collectable_memory (str, len + 1, "stringbuf");
