UNSIGNED
enum { CHAR, SHORT, UNSIGNED_SHORT, INT, UNSIGNED, LONG, UNSIGNED_LONG,
#define UNSIGNED 0
#define UNSIGNED(op) CONVERT(op, 0)