remove REALLOC_N

This commit is contained in:
Yukihiro Matsumoto
2012-06-01 02:49:04 +09:00
parent 1f704552cc
commit f3fce2ff03
-2
View File
@@ -539,8 +539,6 @@ typedef enum call_type {
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);
#define REALLOC_N(mrb,var,type,n) (var)=(type*)mrb_realloc(mrb, (char*)(var), sizeof(type)*(n))
#ifndef ANYARGS
# ifdef __cplusplus
# define ANYARGS ...