mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Remove duplicated constant IREP_TT_SFLAG; #5084
This commit is contained in:
@@ -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) */
|
||||
|
||||
Reference in New Issue
Block a user