Browse Subversion Repository
Diff of /trunk/npl/head.c
Parent Directory
| Revision Log
| Patch
| 61 |
return m->getter(head, val_r); |
return m->getter(head, val_r); |
| 62 |
} |
} |
| 63 |
|
|
| 64 |
|
int npl_call(npl_head_t *head, npl_member_t *m, npl_vm_t *vm) |
| 65 |
|
{ |
| 66 |
|
NPL_assert(head); |
| 67 |
|
NPL_assert(m); |
| 68 |
|
NPL_assert(vm); |
| 69 |
|
NPL_assert(m->method); |
| 70 |
|
|
| 71 |
|
return m->method(head, vm); |
| 72 |
|
} |
| 73 |
|
|
|
|
Legend:
| Removed from v.112 |
|
| changed lines |
| |
Added in v.113 |
|
|
|