#include "hb-private.h"
#include "hb-buffer.h"
-HB_BEGIN_DECLS();
+HB_BEGIN_DECLS
#define HB_GLYPH_PROPERTY_UNKNOWN 0xFFFF
#define COPY_Glyph (buffer) \
((error = _hb_buffer_next_glyph (buffer)) != HB_Err_Ok)
-HB_END_DECLS();
+HB_END_DECLS
#endif /* HB_BUFFER_PRIVATE_H */
#include "hb-common.h"
-HB_BEGIN_DECLS();
+HB_BEGIN_DECLS
typedef struct HB_GlyphItemRec_ {
hb_codepoint_t gindex;
unsigned int properties,
unsigned int cluster);
-HB_END_DECLS();
+HB_END_DECLS
#endif /* HB_BUFFER_H */
#include <stdint.h>
# ifdef __cplusplus
-# define HB_BEGIN_DECLS() extern "C" { extern int _hb_dummy_prototype1 (int)
-# define HB_END_DECLS() } extern "C" int _hb_dummy_prototype2 (int)
+# define HB_BEGIN_DECLS extern "C" {
+# define HB_END_DECLS }
# else /* !__cplusplus */
-# define HB_BEGIN_DECLS() extern int _hb_dummy_prototype1 (int)
-# define HB_END_DECLS() extern int _hb_dummy_prototype2 (int)
+# define HB_BEGIN_DECLS
+# define HB_END_DECLS
# endif /* !__cplusplus */
typedef int hb_bool_t;
/* XXX #define HB_OT_LAYOUT_INTERNAL static */
#define HB_OT_LAYOUT_INTERNAL
-HB_BEGIN_DECLS();
+HB_BEGIN_DECLS
/*
* GDEF
hb_buffer_ensure (hb_buffer_t *buffer,
unsigned int size);
-HB_END_DECLS();
+HB_END_DECLS
#endif /* HB_OT_LAYOUT_PRIVATE_H */
#include "hb-common.h"
#include "hb-buffer.h"
-HB_BEGIN_DECLS();
+HB_BEGIN_DECLS
/*
* hb_ot_layout_t
*/
-HB_END_DECLS();
+HB_END_DECLS
#endif /* HB_OT_LAYOUT_H */