change INT16 def failure to an error

This commit is contained in:
Yay295 2022-10-06 18:14:55 -05:00 committed by Yay295
parent 9da0b58eea
commit 724f266460

View File

@ -67,7 +67,7 @@
#elif SIZEOF_INT == 2
#define INT16 int
#else
#define INT16 short /* most things works just fine anyway... */
#error Cannot find required 16-bit integer type
#endif
#if SIZEOF_SHORT == 4