mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
removed declarations of undefined functions
This commit is contained in:
@@ -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 ...
|
||||
|
||||
Reference in New Issue
Block a user