c/Impl_def 4/15/93
Implementation-defined information for i386 cc relevant to ANSI C:

3.5.2.2, enumerated type:
	The base type of an enumerated type is unsigned char if all
	the member values are in the range [0, 255];
	otherwise, the base type is int.
