Changeset 312 for trunk/thune/gc.c

Show
Ignore:
Timestamp:
12/03/06 04:52:27 (2 years ago)
Author:
krobillard
Message:

Thune - Renamed array! to vector!. Added vector! make.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/gc.c

    r310 r312  
    303303            case UT_BINARY: 
    304304            case UT_STRING: 
    305             case UT_ARRAY: 
     305            case UT_VECTOR: 
    306306            case UT_BITSET: 
    307307            case UT_MATRIX: 
     
    429429            case UT_BINARY: 
    430430            case UT_STRING: 
    431             case UT_ARRAY: 
     431            case UT_VECTOR: 
    432432            case UT_BITSET: 
    433433            case UT_MATRIX: