Expose some of the string/stringbuf internal flags and tags.
authorLudovic Courtès <ludo@gnu.org>
Tue, 13 Jan 2009 22:59:17 +0000 (23:59 +0100)
committerLudovic Courtès <ludo@gnu.org>
Tue, 13 Jan 2009 22:59:17 +0000 (23:59 +0100)
commit35920c00a8f9c3140005e612a393977a0d5d138d
tree3ca5faa9493091fc82f617570ea67fb93ffb6ea3
parentc501d037b6a5b6953edd6a1da38b0d8e80ad4c7e
Expose some of the string/stringbuf internal flags and tags.

* libguile/strings.h (scm_tc7_ro_string, SCM_I_STRINGBUF_F_SHARED,
  SCM_I_STRINGBUF_F_INLINE): New macros.

* libguile/strings.c (STRINGBUF_F_SHARED): Alias for
  `SCM_I_STRINGBUF_F_SHARED'.
  (STRINGBUF_F_INLINE): Alias for `SCM_I_STRINGBUF_F_INLINE'.
  (RO_STRING_TAG): Alias for `scm_tc7_ro_string'.
libguile/strings.c
libguile/strings.h