/[lwip]/contrib/ports/6502/include/arch/cc.h
ViewVC logotype

Diff of /contrib/ports/6502/include/arch/cc.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by jani, Sat Jan 18 18:33:29 2003 UTC revision 1.2 by christiaans, Thu Dec 8 08:20:07 2005 UTC
# Line 39  typedef signed     short   s16_t; Line 39  typedef signed     short   s16_t;
39  typedef unsigned   long    u32_t;  typedef unsigned   long    u32_t;
40  typedef signed     long    s32_t;  typedef signed     long    s32_t;
41    
42    #define U16_F "hu"
43    #define S16_F "hd"
44    #define X16_F "hx"
45    #define U32_F "lu"
46    #define S32_F "ld"
47    #define X32_F "lx"
48    
49  #define PACK_STRUCT_BEGIN  #define PACK_STRUCT_BEGIN
50  #define PACK_STRUCT_STRUCT  #define PACK_STRUCT_STRUCT
51  #define PACK_STRUCT_END  #define PACK_STRUCT_END

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26