Changeset 312 for trunk/thune/eval.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/eval.c

    r309 r312  
    16871687        case UT_BLOCK: 
    16881688        case UT_PAREN: 
    1689         case UT_ARRAY: 
     1689        case UT_VECTOR: 
    16901690            if( (a->series.n == b->series.n) && 
    16911691                (a->series.it == b->series.it) )