Get rid of uint

This commit is contained in:
twinaphex 2017-06-24 23:21:52 +02:00
parent 52d662f6bb
commit a410090b8e

View File

@ -76,7 +76,6 @@
/* signed and unsigned int must be at least 32 bits wide */
#define sint signed int
#define uint unsigned int
#if M68K_USE_64_BIT