Changeset 508 for trunk/thune/tokenize.c

Show
Ignore:
Timestamp:
02/08/08 18:56:30 (10 months ago)
Author:
krobillard
Message:

GC was inadvertently disabled.
Fixed some GC bugs.
Print & recycle now handle macro!.
Fixed bug in ur_release().

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/tokenize.c

    r491 r508  
    429429                    cell = ur_appendCell( BLOCK, mode ); 
    430430                    ur_setSeries( cell, STACK[ stack.used ], 0 ); 
    431  
    432431                    ++stack.used; 
     432 
    433433                    if( sol ) 
    434434                    {