Changeset ced50f0161d7d48ebbba2d693ed8fb08152ef46e
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
|
rb8cdd65
|
rced50f0
|
|
| 170 | 170 | if( (*sym)->op_a.object_state ) |
| 171 | 171 | { |
| | 172 | printf("shit son!\n"); |
| 172 | 173 | 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!!! |
| 173 | 176 | struct crl_type_obj_def_t *def = (*(o->definition)); |
| 174 | 177 | crl_free( o->identifier ); |
| … |
… |
|
| 176 | 179 | crl_garbage_free_context_branch( &(o->context) ); |
| 177 | 180 | crl_free( o ); |
| | 181 | printf("finished shit son!\n"); |
| 178 | 182 | } |
| 179 | 183 | break; |
-
|
r10ff89c
|
rced50f0
|
|
| 95 | 95 | Crl_Math_Operation_Echo( opa, opb, op_str ); |
| 96 | 96 | #endif |
| | 97 | // call the operator! |
| 97 | 98 | retval = op( t1, t2 ); |
| 98 | 99 | #ifdef DEBUG |