Changeset 178 for trunk/thune/make.c

Show
Ignore:
Timestamp:
06/10/06 00:38:50 (3 years ago)
Author:
krobillard
Message:

Thune -

Reduce now evaluates blocks.
Added 'to-text and 'console.out. Print & prin are now functions.
Fixed un-initialized word.valBlks.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/make.c

    r172 r178  
    867867                // Word is added to global context. 
    868868                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 ); 
    872873            } 
    873874            break;