Changeset 300 for trunk/thune/gc.c
- Timestamp:
- 10/18/06 23:51:02 (2 years ago)
- Files:
-
- 1 modified
-
trunk/thune/gc.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/thune/gc.c
r276 r300 208 208 switch( ur_type(it) ) 209 209 { 210 case UT_UNSET: 211 case UT_DATATYPE: 212 case UT_NONE: 213 case UT_LOGIC: 214 case UT_OPCODE: 215 case UT_CHAR: 216 case UT_INT: 217 case UT_DECIMAL: 218 case UT_COORD: 219 case UT_VEC3: 220 break; 221 210 222 case UT_WORD: 211 223 case UT_SETWORD:
