Minor
This commit is contained in:
parent
1d67ef980f
commit
81822528ef
|
@ -37,6 +37,12 @@
|
|||
namespace OT {
|
||||
|
||||
|
||||
/*
|
||||
* Void!
|
||||
*/
|
||||
typedef struct {} void_t;
|
||||
|
||||
|
||||
/*
|
||||
* Casts
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue