A few more ASSERTs
authorBehdad Esfahbod <behdad@behdad.org>
Mon, 11 Apr 2011 16:29:31 +0000 (12:29 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Mon, 11 Apr 2011 16:29:31 +0000 (12:29 -0400)
src/hb-private.h

index 69a8153..98dc0bb 100644 (file)
@@ -90,6 +90,9 @@ ASSERT_STATIC (sizeof (uint32_t) == 4);
 ASSERT_STATIC (sizeof (int64_t) == 8);
 ASSERT_STATIC (sizeof (uint64_t) == 8);
 
+ASSERT_STATIC (sizeof (hb_codepoint_t) == 4);
+ASSERT_STATIC (sizeof (hb_position_t) == 4);
+ASSERT_STATIC (sizeof (hb_mask_t) == 4);
 ASSERT_STATIC (sizeof (hb_var_int_t) == 4);
 
 /* Misc */