/[guile]/guile/guile-core/libguile/init.c
ViewVC logotype

Diff of /guile/guile-core/libguile/init.c

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

revision 1.132 by ossau, Tue Jan 22 23:31:39 2002 UTC revision 1.133 by mvo, Mon Feb 11 18:06:49 2002 UTC
# Line 180  start_stack (void *base) Line 180  start_stack (void *base)
180    /* Create an object to hold the root continuation.    /* Create an object to hold the root continuation.
181     */     */
182    {    {
183      scm_t_contregs *contregs = scm_must_malloc (sizeof (scm_t_contregs),      scm_t_contregs *contregs = scm_gc_malloc (sizeof (scm_t_contregs),
184                                                "continuation");                                                "continuation");
185      contregs->num_stack_items = 0;      contregs->num_stack_items = 0;
186      contregs->seq = 0;      contregs->seq = 0;

Legend:
Removed from v.1.132  
changed lines
  Added in v.1.133

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