X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fcacaoh%2Fdummy.c;h=6b3272fcec7609eaaa1d37c2f2274daf330572b6;hb=0ae918a4a8ce50c6df10236e6403b028565df034;hp=e1ef57ec68c6e4a5d73d586acff857038acf51e8;hpb=910d104e0e1a5a0906a2a3c39811e8a41596c857;p=cacao.git diff --git a/src/cacaoh/dummy.c b/src/cacaoh/dummy.c index e1ef57ec6..6b3272fce 100644 --- a/src/cacaoh/dummy.c +++ b/src/cacaoh/dummy.c @@ -22,7 +22,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - $Id: dummy.c 8236 2007-07-27 10:18:17Z twisti $ + $Id: dummy.c 8288 2007-08-10 15:12:00Z twisti $ */ @@ -38,6 +38,7 @@ #include "toolbox/logging.h" #include "vm/global.h" +#include "vm/primitive.h" #include "vm/vm.h" #include "vmcore/class.h" @@ -456,6 +457,21 @@ int32_t dump_size(void) } +/* primitive ******************************************************************/ + +classinfo *primitive_class_get_by_type(int type) +{ + abort(); + return NULL; +} + +classinfo *primitive_class_get_by_char(char ch) +{ + abort(); + return NULL; +} + + /* properties *****************************************************************/ void properties_add(char *key, char *value)