Changeset 501

Show
Ignore:
Timestamp:
01/08/08 19:13:36 (9 months ago)
Author:
krobillard
Message:

ur_freezeEnv() now handles vector! & bitset!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/urlan.c

    r499 r501  
    614614            case UT_BINARY: 
    615615            case UT_STRING: 
     616            case UT_VECTOR: 
    616617            case UT_BLOCK: 
    617618            case UT_PAREN: 
    618619            case UT_PATH: 
     620            case UT_BITSET: 
    619621                L2G( it->series.n ); 
    620622                break;