/[guile]/guile/guile-core/libguile/gc-mark.c
ViewVC logotype

Diff of /guile/guile-core/libguile/gc-mark.c

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

revision 1.10 by mvo, Sat Apr 5 19:10:23 2003 UTC revision 1.11 by dirk, Thu Sep 18 20:55:40 2003 UTC
# Line 280  scm_gc_mark_dependencies (SCM p) Line 280  scm_gc_mark_dependencies (SCM p)
280      case scm_tc7_string:      case scm_tc7_string:
281        break;        break;
282    
283        case scm_tc7_number:
284          break;
285    
286      case scm_tc7_wvect:      case scm_tc7_wvect:
287        SCM_SET_WVECT_GC_CHAIN (ptr, scm_weak_vectors);        SCM_SET_WVECT_GC_CHAIN (ptr, scm_weak_vectors);
288        scm_weak_vectors = ptr;        scm_weak_vectors = ptr;
# Line 374  scm_gc_mark_dependencies (SCM p) Line 377  scm_gc_mark_dependencies (SCM p)
377             * on the C stack points into guile's heap and is scanned during             * on the C stack points into guile's heap and is scanned during
378             * conservative marking.  */             * conservative marking.  */
379            break;            break;
         case scm_tc16_big:  
         case scm_tc16_real:  
         case scm_tc16_complex:  
           break;  
380          default:          default:
381            i = SCM_SMOBNUM (ptr);            i = SCM_SMOBNUM (ptr);
382  #if (SCM_DEBUG_CELL_ACCESSES == 1)  #if (SCM_DEBUG_CELL_ACCESSES == 1)

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

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