Changeset ced50f0161d7d48ebbba2d693ed8fb08152ef46e

Show
Ignore:
Timestamp:
04/30/10 09:57:16 (2 years ago)
Author:
Philip Herron <redbrain@…>
Parents:
1eb77a55d30820e474f7bc6b04b37ecc611b7e2c
Children:
2d2b82d3aae0e42c05900ff0e549fc004d8749f6
git-committer:
Philip Herron <redbrain@omicron.(none)> / 2010-04-30T09:57:16Z+0100
Message:

qucik commit

Location:
src
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • src/gg_garbage.c

    rb8cdd65 rced50f0  
    170170          if( (*sym)->op_a.object_state ) 
    171171            { 
     172              printf("shit son!\n"); 
    172173              crl_obj_state_t * o = (*sym)->op_a.object_state; 
     174              // dont free the definition its used as a reference 
     175              // to the definition hooks!!! 
    173176              struct crl_type_obj_def_t *def = (*(o->definition)); 
    174177              crl_free( o->identifier ); 
     
    176179              crl_garbage_free_context_branch( &(o->context) ); 
    177180              crl_free( o ); 
     181              printf("finished shit son!\n"); 
    178182            } 
    179183          break; 
  • src/rr_math.c

    r10ff89c rced50f0  
    9595          Crl_Math_Operation_Echo( opa, opb, op_str ); 
    9696#endif 
     97          // call the operator! 
    9798          retval = op( t1, t2 ); 
    9899#ifdef DEBUG