commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

hurd-l4/libl4 ChangeLog l4/types.h


From: Marcus Brinkmann
Subject: hurd-l4/libl4 ChangeLog l4/types.h
Date: Thu, 18 Sep 2003 16:29:20 -0400

CVSROOT:        /cvsroot/hurd
Module name:    hurd-l4
Branch:         
Changes by:     Marcus Brinkmann <address@hidden>       03/09/18 16:29:20

Modified files:
        libl4          : ChangeLog 
        libl4/l4       : types.h 

Log message:
        2003-09-18  Marcus Brinkmann  <address@hidden>
        
        * l4/types.h (L4_WORD_C): Fix macro.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd-l4/libl4/ChangeLog.diff?tr1=1.11&tr2=1.12&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd-l4/libl4/l4/types.h.diff?tr1=1.4&tr2=1.5&r1=text&r2=text

Patches:
Index: hurd-l4/libl4/ChangeLog
diff -u hurd-l4/libl4/ChangeLog:1.11 hurd-l4/libl4/ChangeLog:1.12
--- hurd-l4/libl4/ChangeLog:1.11        Thu Sep 18 16:16:39 2003
+++ hurd-l4/libl4/ChangeLog     Thu Sep 18 16:29:20 2003
@@ -1,5 +1,7 @@
 2003-09-18  Marcus Brinkmann  <address@hidden>
 
+       * l4/types.h (L4_WORD_C): Fix macro.
+
        * l4.h (l4_init): Move to ...
        * l4/init.h (l4_init): ... here.  New file.
 
Index: hurd-l4/libl4/l4/types.h
diff -u hurd-l4/libl4/l4/types.h:1.4 hurd-l4/libl4/l4/types.h:1.5
--- hurd-l4/libl4/l4/types.h:1.4        Thu Sep 18 09:48:35 2003
+++ hurd-l4/libl4/l4/types.h    Thu Sep 18 16:29:20 2003
@@ -49,7 +49,7 @@
 
 #if L4_WORDSIZE == L4_WORDSIZE_32
 typedef l4_uint32_t l4_word_t;
-#define L4_WORD_C(c) c ## ULL
+#define L4_WORD_C(c) c ## U
 #else
 #if L4_WORDSIZE == L4_WORDSIZE_64
 typedef l4_uint64_t l4_word_t;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]