From c1f5fdafb642b6d8436fd45c65ddcd8434c2a78f Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Sat, 19 Sep 2020 23:58:01 +0900 Subject: Remove duplicated constant `IREP_TT_SFLAG`; #5084 --- include/mruby/irep.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/mruby/irep.h b/include/mruby/irep.h index b800403ce..ccc0e65cb 100644 --- a/include/mruby/irep.h +++ b/include/mruby/irep.h @@ -25,7 +25,6 @@ enum irep_pool_type { #define IREP_TT_NFLAG 1 /* number (non string) flag */ #define IREP_TT_SFLAG 2 /* static string flag */ -#define IREP_TT_SFLAG 2 /* static string flag */ typedef struct mrb_pool_value { uint32_t tt; /* packed type and length (for string) */ -- cgit v1.2.3