summaryrefslogtreecommitdiff
path: root/usr.bin/xlint/common/schar.h
blob: 2b9d55c5a9be6721656cc95959e9973c80d650ec (plain)
1
2
#define	TARG_CHAR_MAX	((char) (((unsigned char) -1) >> 1))
#define	TARG_CHAR_MIN	((-TARG_CHAR_MAX) - 1)