Mercurial > MadButterfly
comparison nodejs/coord.m4 @ 666:b6fb543d69ee
Use binding generator to implement mb_rt
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Wed, 04 Aug 2010 21:35:40 +0800 |
parents | 90c7726bc953 |
children | a588eefd3f04 |
comparison
equal
deleted
inserted
replaced
665:7db0b76c9480 | 666:b6fb543d69ee |
---|---|
1 define([PROJ_PREFIX], [xnjsmb_auto_])dnl | 1 define([PROJ_PREFIX], [xnjsmb_auto_])dnl |
2 STRUCT([coord], [coord_t], [], | 2 STRUCT([coord], [coord_t], [], |
3 [METHOD([add_shape], [xnjsmb_coord_add_shape], | 3 [METHOD([add_shape], [xnjsmb_coord_add_shape], |
4 (SELF, OBJ([shape], [shape_t]), ERR), 1, [])], | 4 (SELF, OBJ([shape], [shape], [shape_t]), ERR), 1, [])], |
5 ((GET_INDEX, (coord_get_index, NUMBER)), | 5 ((GET_INDEX, (coord_get_index, NUMBER)), |
6 (SET_INDEX, (coord_set_index, NUMBER)))) | 6 (SET_INDEX, (coord_set_index, NUMBER)))) |