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

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

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

revision 1.27 by mvo, Sun Oct 27 20:12:37 2002 UTC revision 1.28 by mdj, Thu Nov 7 13:29:12 2002 UTC
# Line 203  scm_mutex_destroy (scm_t_mutex *m) Line 203  scm_mutex_destroy (scm_t_mutex *m)
203  }  }
204    
205  SCM_API int  SCM_API int
206  scm_cond_init (scm_t_cond *c)  scm_cond_init (scm_t_cond *c, int *cattr)
207  {  {
208    scm_gc_protect_object (c->c = scm_make_condition_variable ());    scm_gc_protect_object (c->c = scm_make_condition_variable ());
209    return 0;    return 0;

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

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