chiark / gitweb /
Fix name of DOUINTSZ.
[mLib] / bits.h
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)
-#  define DOINTSZ(_) _(8) _(16) _(24) _(32) _(64)
+#  define DOUINTSZ(_) _(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)
-#  define DOINTSZ(_) _(8) _(16) _(24) _(32)
+#  define DOUINTSZ(_) _(8) _(16) _(24) _(32)
 #endif
 
 /* --- Type coercions --- */