diff options
Diffstat (limited to 'common.h')
| -rw-r--r-- | common.h | 3 | 
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@  #define BITMASK(n) (UINTMAX_MAX >> (sizeof (uintmax_t) * CHAR_BIT - n)) +#define SET_AND_GOTO(what, to, where) \ +	do { (what) = (to); goto where; } while (0); +  #ifndef PRIuSIZE     #ifdef _WIN32        #ifdef _WIN64  | 
