diff nodejs/coord.m4 @ 745:4ccb0553e804

Refactor code of free C objects into xnjsmb_coord_free_subtree
author Thinker K.F. Li <thinker@codemud.net>
date Wed, 25 Aug 2010 14:43:48 +0800
parents d8764f10e141
children ed59e659a202
line wrap: on
line diff
--- a/nodejs/coord.m4	Wed Aug 25 14:23:06 2010 +0800
+++ b/nodejs/coord.m4	Wed Aug 25 14:43:48 2010 +0800
@@ -2,7 +2,7 @@
 STRUCT([coord], [coord_t], [],
 	[METHOD([add_shape], [xnjsmb_coord_add_shape],
 		(SELF, OBJ([shape], [shape], [shape_t]), ERR), 1, []),
-	 METHOD([remove], [xnjsmb_coord_remove], (SELF, ERR), 0, [])],
+	 METHOD([remove], [xnjsmb_coord_remove], (SELF), 0, [])],
 	((GET_INDEX, (coord_get_index, NUMBER)),
 	 (SET_INDEX, (coord_set_index, NUMBER)),
 	 ([STMOD], [xnjsmb_coord_mod])))