OSSP CVS Repository

ossp - Check-in [2205]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 2205
Date: 2002-Jun-29 13:09:57 (local)
2002-Jun-29 11:09:57 (UTC)
User:rse
Branch:
Comment: upgrade to new ui64 version
Tickets:
Inspections:
Files:
ossp-pkg/tai/tai_ui64.h      1.1 -> 1.2     3 inserted, 0 deleted

ossp-pkg/tai/tai_ui64.h 1.1 -> 1.2

--- tai_ui64.h   2002/04/29 19:19:48     1.1
+++ tai_ui64.h   2002/06/29 11:09:57     1.2
@@ -73,6 +73,9 @@
     unsigned char x[8]; /* x_0, ..., x_7 */
 } ui64_t;
 
+#define ui64_cons(x7,x6,x5,x4,x3,x2,x1,x0) \
+    { { 0x##x0, 0x##x1, 0x##x2, 0x##x3, 0x##x4, 0x##x5, 0x##x6, 0x##x7 } }
+
 /* particular values */
 extern ui64_t        ui64_zero (void);
 extern ui64_t        ui64_max  (void);

CVSTrac 2.0.1