[HB] Port ot-layout to new public API
diff --git a/src/hb-common.h b/src/hb-common.h
index 011e865..de94fb2 100644
--- a/src/hb-common.h
+++ b/src/hb-common.h
@@ -45,6 +45,7 @@
 				((const char *) s)[1], \
 				((const char *) s)[2], \
 				((const char *) s)[3]))
+#define HB_TAG_NONE HB_TAG(0,0,0,0)
 
 typedef uint32_t hb_codepoint_t;
 typedef int32_t hb_position_t;