Changeset 7e64c6fe41df36edb22d2c3ddf7e1cbd7a4c767b
- Timestamp:
- 05/19/10 16:32:56 (2 years ago)
- Author:
- redbrain <redbrain@…>
- Parents:
- bf8bfc6ff3bcd1af04da77ec59b7bce4fa7fc494
- Children:
- 4e8affcbc31173092fe524cf14189dcca403ed19
- git-committer:
- redbrain <redbrain@crules.org> / 2010-05-19T16:32:56Z+0100
- Message:
-
cleanup and added test case
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r2ab78c4
|
r7e64c6f
|
|
| 47 | 47 | crl_obj_float_module_init( context ); |
| 48 | 48 | |
| | 49 | /* |
| 49 | 50 | crl_debug("init character module!\n"); |
| 50 | 51 | crl_obj_character_module_init( context ); |
| … |
… |
|
| 58 | 59 | crl_debug("init list module!\n"); |
| 59 | 60 | crl_obj_list_module_init( context ); |
| | 61 | */ |
| 60 | 62 | |
| 61 | 63 | crl_debug("init stdio module!\n"); |
-
|
rbf8bfc6
|
r7e64c6f
|
|
| 207 | 207 | crl_assert( t1->op_a_t == TYPE_OBJECT ); |
| 208 | 208 | |
| 209 | | crl_symbol_obj *t2 = crl_runtime_obj_access( t1, opb, context); |
| | 209 | retval = crl_runtime_obj_access( t1, opb, context); |
| 210 | 210 | |
| 211 | 211 | return retval; |
-
|
rf145c90
|
r7e64c6f
|
|
| 391 | 391 | o->identifier, (void*) sym ); |
| 392 | 392 | */ |
| 393 | | fprintf( fd, "instance of <%s> at <%p>!\n", o->identifier, (void *)sym ); |
| | 393 | fprintf( fd, "instance of <%s> at <%p>!", o->identifier, |
| | 394 | (void *)sym ); |
| 394 | 395 | } |
| 395 | 396 | } |