Diff for /np2/i386c/ia32/interface.h between versions 1.20 and 1.21

version 1.20, 2011/01/15 17:17:23 version 1.21, 2011/12/21 17:32:49
Line 30 Line 30
 #define CPUCALL  #define CPUCALL
 #endif  #endif
   
   #ifndef STATIC_INLINE
   #if defined(__GNUC__)
   #define STATIC_INLINE   static INLINE __attribute__((unused))
   #else
   #define STATIC_INLINE   static INLINE
   #endif
   #endif
   
 #if !defined(QWORD_CONST)  #if !defined(QWORD_CONST)
 #define QWORD_CONST(v)  v ## ULL  #define QWORD_CONST(v)  v ## ULL
 #define SQWORD_CONST(v) v ## LL  #define SQWORD_CONST(v) v ## LL

Removed from v.1.20  
changed lines
  Added in v.1.21


RetroPC.NET-CVS <cvs@retropc.net>