This commit is contained in:
Behdad Esfahbod 2012-11-23 13:27:16 -05:00
parent 1d67ef980f
commit 81822528ef
2 changed files with 6 additions and 3 deletions

View File

@ -37,6 +37,12 @@
namespace OT {
/*
* Void!
*/
typedef struct {} void_t;
/*
* Casts
*/

View File

@ -37,9 +37,6 @@
namespace OT {
typedef struct {} void_t; /* To be used as return value when void is meant. */
#ifndef HB_DEBUG_CLOSURE
#define HB_DEBUG_CLOSURE (HB_DEBUG+0)
#endif