/[guile]/guile/guile-core/libguile/inline.h
ViewVC logotype

Diff of /guile/guile-core/libguile/inline.h

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

revision 1.9 by ghouston, Tue Sep 24 22:21:01 2002 UTC revision 1.10 by mvo, Wed Oct 16 16:03:44 2002 UTC
# Line 137  scm_cell (scm_t_bits car, scm_t_bits cdr Line 137  scm_cell (scm_t_bits car, scm_t_bits cdr
137    SCM_GC_SET_CELL_WORD (z, 0, car);    SCM_GC_SET_CELL_WORD (z, 0, car);
138    
139  #ifdef USE_THREADS  #ifdef USE_THREADS
140  #ifndef USE_COOP_THREADS  #if !defined(USE_COOP_THREADS) && !defined(USE_NULL_THREADS)
141    /* When we are using non-cooperating threads, we might need to make    /* When we are using preemtive threads, we might need to make
142       sure that the initial values for the slots are protected until       sure that the initial values for the slots are protected until
143       the cell is completely initialized.       the cell is completely initialized.
144    */    */
# Line 188  scm_double_cell (scm_t_bits car, scm_t_b Line 188  scm_double_cell (scm_t_bits car, scm_t_b
188    SCM_GC_SET_CELL_WORD (z, 0, car);    SCM_GC_SET_CELL_WORD (z, 0, car);
189    
190  #ifdef USE_THREADS  #ifdef USE_THREADS
191  #ifndef USE_COOP_THREADS  #if !defined(USE_COOP_THREADS) && !defined(USE_NULL_THREADS)
192    /* When we are using non-cooperating threads, we might need to make    /* When we are using non-cooperating threads, we might need to make
193       sure that the initial values for the slots are protected until       sure that the initial values for the slots are protected until
194       the cell is completely initialized.       the cell is completely initialized.

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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