/[hurd]/hurd-l4/libl4/l4/types.h
ViewVC logotype

Diff of /hurd-l4/libl4/l4/types.h

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

revision 1.3 by marcus, Tue Sep 9 22:07:49 2003 UTC revision 1.4 by marcus, Thu Sep 18 13:48:35 2003 UTC
# Line 49  __l4_uintN_t (64, __DI__); Line 49  __l4_uintN_t (64, __DI__);
49    
50  #if L4_WORDSIZE == L4_WORDSIZE_32  #if L4_WORDSIZE == L4_WORDSIZE_32
51  typedef l4_uint32_t l4_word_t;  typedef l4_uint32_t l4_word_t;
52    #define L4_WORD_C(c) c ## ULL
53  #else  #else
54  #if L4_WORDSIZE == L4_WORDSIZE_64  #if L4_WORDSIZE == L4_WORDSIZE_64
55  typedef l4_uint64_t l4_word_t;  typedef l4_uint64_t l4_word_t;
56    #define L4_WORD_C(c) c ## UL
57  #else  #else
58  #error "Unsupported word size."  #error "Unsupported word size."
59  #endif  #endif

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

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