From f3fce2ff0373f444ff1f422e74a5f8669d1c089b Mon Sep 17 00:00:00 2001 From: Yukihiro Matsumoto Date: Fri, 1 Jun 2012 02:49:04 +0900 Subject: remove REALLOC_N --- include/mruby.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/mruby.h') diff --git a/include/mruby.h b/include/mruby.h index 3acee3753..280c347b4 100644 --- a/include/mruby.h +++ b/include/mruby.h @@ -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 ... -- cgit v1.2.3