removed declarations of undefined functions

This commit is contained in:
Cremno
2013-02-03 19:48:41 +01:00
parent 6e583830d2
commit feaff10c58
4 changed files with 0 additions and 9 deletions
-4
View File
@@ -307,10 +307,6 @@ typedef enum call_type {
CALL_TYPE_MAX
} call_type;
/* compar.c */
void mrb_cmperr(mrb_state *mrb, mrb_value x, mrb_value y);
int mrb_cmpint(mrb_state *mrb, mrb_value val, mrb_value a, mrb_value b);
#ifndef ANYARGS
# ifdef __cplusplus
# define ANYARGS ...