Check-in Number:
|
4336 | |
Date: |
2004-Jan-15 14:41:36 (local)
2004-Jan-15 13:41:36 (UTC) |
User: | rse |
Branch: | |
Comment: |
remember that the macros use 'int' type implicitly so are 32 bit only |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/uuid/uuid_bm.h 1.1 -> 1.2
--- uuid_bm.h 2004/01/13 19:43:14 1.1
+++ uuid_bm.h 2004/01/15 13:41:36 1.2
@@ -31,7 +31,7 @@
#define __UUID_BM_H__
/*
- * Bitmask Calculation Macros
+ * Bitmask Calculation Macros (up to 32 bit only)
* (Notice: bit positions are counted n...0, i.e. lowest bit is position 0)
*/
|
|