Minor
This commit is contained in:
parent
1d67ef980f
commit
81822528ef
|
@ -37,6 +37,12 @@
|
||||||
namespace OT {
|
namespace OT {
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Void!
|
||||||
|
*/
|
||||||
|
typedef struct {} void_t;
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Casts
|
* Casts
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -37,9 +37,6 @@
|
||||||
namespace OT {
|
namespace OT {
|
||||||
|
|
||||||
|
|
||||||
typedef struct {} void_t; /* To be used as return value when void is meant. */
|
|
||||||
|
|
||||||
|
|
||||||
#ifndef HB_DEBUG_CLOSURE
|
#ifndef HB_DEBUG_CLOSURE
|
||||||
#define HB_DEBUG_CLOSURE (HB_DEBUG+0)
|
#define HB_DEBUG_CLOSURE (HB_DEBUG+0)
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue