Changeset 152 for trunk/thune/make.c

Show
Ignore:
Timestamp:
05/14/06 02:10:45 (3 years ago)
Author:
krobillard
Message:

Thune -
'do now dispatches function!, call!, & code!
'as handles all word types.
'index? returns atom if TOS is a word.
Started implementing 'foreach.
true & false are now infused.
Fixed unitialized word.wordBlk and leak in ur_tokenize().

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/make.c

    r141 r152  
    605605    cell = ur_appendCell( blk, type ); 
    606606 
    607     //cell->word.wordBlk = GLOBAL_WORD_BLKN; 
     607    cell->word.wordBlk = 0;     //GLOBAL_WORD_BLKN; 
    608608    cell->word.valBlk  = GLOBAL_VAL_BLKN; 
    609609    //cell->word.index   = -1;