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

Diff of /guile/guile-core/doc/ref/deprecated.texi

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

revision 1.4 by kryde, Fri May 30 00:13:33 2003 UTC revision 1.5 by kryde, Wed Jul 9 22:05:43 2003 UTC
# Line 20  left (@math{@var{start2} < @var{start1}} Line 20  left (@math{@var{start2} < @var{start1}}
20  able to do both.  able to do both.
21  @end deffn  @end deffn
22    
23    @deftypefn {C Function} void scm_remember (SCM *ptr)
24    Create a reference to the object at @var{ptr}, so it's certain to be
25    present on the stack and hence won't be freed by the garbage
26    collector.
27    
28    This function has been superceded by @code{scm_remember_upto_here_1}
29    (which takes an object, not a pointer to one), @xref{Remembering
30    During Operations}.
31    @end deftypefn
32    
33    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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