Changeset 178 for trunk/thune/make.c
- Timestamp:
- 06/10/06 00:38:50 (3 years ago)
- Files:
-
- 1 modified
-
trunk/thune/make.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/thune/make.c
r172 r178 867 867 // Word is added to global context. 868 868 ur_setType( res, t ); 869 res->word.valBlk = GLOBAL_VAL_BLKN; 870 res->word.atom = ur_intern( spA, spB - spA ); 871 res->word.index = ur_internWord( &ur_global, res->word.atom ); 869 res->word.wordBlk = 0; 870 res->word.valBlk = GLOBAL_VAL_BLKN; 871 res->word.atom = ur_intern( spA, spB - spA ); 872 res->word.index = ur_internWord( &ur_global, res->word.atom ); 872 873 } 873 874 break;
