mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 08:42:59 +00:00
Fix syntax
Oops.
This commit is contained in:
parent
83ea277178
commit
763f878cc0
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ extern "C" void hb_free_impl(void *ptr);
|
|||
#define realloc hb_realloc_impl
|
||||
#define free hb_free_impl
|
||||
|
||||
#if defined(hb_memalign_impl
|
||||
#if defined(hb_memalign_impl)
|
||||
extern "C" int hb_memalign_impl(void **memptr, size_t alignment, size_t size);
|
||||
#define posix_memalign hb_memalign_impl
|
||||
#else
|
||||
|
|
Loading…
Add table
Reference in a new issue