mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
move RSHIFT from numeric.h to numeric.c
This commit is contained in:
@@ -13,7 +13,6 @@ extern "C" {
|
||||
|
||||
#include <limits.h>
|
||||
|
||||
#define RSHIFT(x,y) ((x)>>(int)(y))
|
||||
#define POSFIXABLE(f) ((f) <= INT_MAX)
|
||||
#define NEGFIXABLE(f) ((f) >= INT_MIN)
|
||||
#define FIXABLE(f) (POSFIXABLE(f) && NEGFIXABLE(f))
|
||||
|
||||
Reference in New Issue
Block a user