chiark
/
gitweb
/
~mdw
/
mLib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
9b64ede
)
Fix name of DOUINTSZ.
author
mdw
<mdw>
Fri, 23 Sep 2005 16:46:21 +0000
(16:46 +0000)
committer
mdw
<mdw>
Fri, 23 Sep 2005 16:46:21 +0000
(16:46 +0000)
bits.h
patch
|
blob
|
blame
|
history
diff --git
a/bits.h
b/bits.h
index f6217ef46c536a121acc56c6e00e97b5136caac2..0f7ba0b97d6a269e96061b12a5a5bdf8961d4f31 100644
(file)
--- a/
bits.h
+++ b/
bits.h
@@
-188,14
+188,14
@@
typedef unsigned char octet, uint8;
_(24, 24, 24) _(24, 24_L, 24l) _(24, 24_B, 24b) \
_(32, 32, 32) _(32, 32_L, 32l) _(32, 32_B, 32b) \
_(64, 64, 64) _(64, 64_L, 64l) _(64, 64_B, 64b)
_(24, 24, 24) _(24, 24_L, 24l) _(24, 24_B, 24b) \
_(32, 32, 32) _(32, 32_L, 32l) _(32, 32_B, 32b) \
_(64, 64, 64) _(64, 64_L, 64l) _(64, 64_B, 64b)
-# define DOINTSZ(_) _(8) _(16) _(24) _(32) _(64)
+# define DO
U
INTSZ(_) _(8) _(16) _(24) _(32) _(64)
#else
# define DOUINTCONV(_) \
_(8, 8, 8) \
_(16, 16, 16) _(16, 16_L, 16l) _(16, 16_B, 16b) \
_(24, 24, 24) _(24, 24_L, 24l) _(24, 24_B, 24b) \
_(32, 32, 32) _(32, 32_L, 32l) _(32, 32_B, 32b)
#else
# define DOUINTCONV(_) \
_(8, 8, 8) \
_(16, 16, 16) _(16, 16_L, 16l) _(16, 16_B, 16b) \
_(24, 24, 24) _(24, 24_L, 24l) _(24, 24_B, 24b) \
_(32, 32, 32) _(32, 32_L, 32l) _(32, 32_B, 32b)
-# define DOINTSZ(_) _(8) _(16) _(24) _(32)
+# define DO
U
INTSZ(_) _(8) _(16) _(24) _(32)
#endif
/* --- Type coercions --- */
#endif
/* --- Type coercions --- */