Explorar o código

Merge pull request #33 from lioncash/redefs

core: Kill off type redefenitions in armdefs.h
bunnei %!s(int64=12) %!d(string=hai) anos
pai
achega
f4f505c76c
Modificáronse 1 ficheiros con 0 adicións e 7 borrados
  1. 0 7
      src/core/arm/interpreter/armdefs.h

+ 0 - 7
src/core/arm/interpreter/armdefs.h

@@ -70,13 +70,6 @@
 #define LOWHIGH 1
 #define HIGHLOW 2
 
-#ifndef u8
-#define u8      unsigned char
-#define u16     unsigned short
-#define u32     unsigned int
-#define u64     unsigned long long
-#endif /*u8 */
-
 //teawater add DBCT_TEST_SPEED 2005.10.04---------------------------------------
 #include <signal.h>