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

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

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

revision 1.20 by dirk, Thu Sep 18 20:55:40 2003 UTC revision 1.21 by mvo, Tue Nov 18 19:59:52 2003 UTC
# Line 186  scm_i_sweep_card (scm_t_cell *  p, SCM * Line 186  scm_i_sweep_card (scm_t_cell *  p, SCM *
186                scm_gc_free (SCM_COMPLEX_MEM (scmptr), sizeof (scm_t_complex),                scm_gc_free (SCM_COMPLEX_MEM (scmptr), sizeof (scm_t_complex),
187                             "complex");                             "complex");
188                break;                break;
189                case scm_tc16_fraction:
190                  /* nothing to do here since the num/denum of a fraction
191                     are proper SCM objects themselves. */
192                  break;
193              }              }
194            break;            break;
195          case scm_tc7_string:          case scm_tc7_string:

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

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