/[guile]/guile/guile-core/doc/ref/data-rep.texi
ViewVC logotype

Diff of /guile/guile-core/doc/ref/data-rep.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by kryde, Wed Jun 11 23:07:53 2003 UTC revision 1.12 by kryde, Fri Jun 13 23:32:33 2003 UTC
# Line 875  if @var{x} is not a symbol or string, re Line 875  if @var{x} is not a symbol or string, re
875  There are also a few magic values stuffed into memory before a symbol's  There are also a few magic values stuffed into memory before a symbol's
876  characters, but you don't want to know about those.  What cruft!  characters, but you don't want to know about those.  What cruft!
877    
878    Note that @code{SCM_VECTOR_BASE}, @code{SCM_STRING_CHARS} and
879    @code{SCM_SYMBOL_CHARS} return pointers to data within the respective
880    object.  Care must be taken that the object is not garbage collected
881    while that data is still being accessed.  This is the same as for a
882    smob, @xref{Remembering During Operations}.
883    
884    
885  @node Procedures  @node Procedures
886  @subsubsection Procedures  @subsubsection Procedures

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26