/[pupa]/pupa/include/pupa/types.h
ViewVC logotype

Diff of /pupa/include/pupa/types.h

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

revision 1.2 by okuji, Mon Jan 6 00:01:35 2003 UTC revision 1.3 by okuji, Tue Jan 7 07:54:07 2003 UTC
# Line 85  typedef pupa_int32_t   pupa_ssize_t; Line 85  typedef pupa_int32_t   pupa_ssize_t;
85  #define pupa_swap_bytes16(x)    \  #define pupa_swap_bytes16(x)    \
86  ({ \  ({ \
87     pupa_uint16_t _x = (x); \     pupa_uint16_t _x = (x); \
88     (_x << 8) | (_x >> 8); \     (pupa_uint16_t) ((_x << 8) | (_x >> 8)); \
89  })  })
90    
91  #define pupa_swap_bytes32(x)    \  #define pupa_swap_bytes32(x)    \

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

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