Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 607562 | Differences between
and this patch

Collapse All | Expand All

(-)firefox-52.0.1/extensions/spellcheck/hunspell/glue/hunspell_alloc_hooks.h.orig (-2 / +2 lines)
Lines 51-58 Link Here
51
#include "mozHunspellAllocator.h"
51
#include "mozHunspellAllocator.h"
52
52
53
#define malloc(size) HunspellAllocator::CountingMalloc(size)
53
#define malloc(size) HunspellAllocator::CountingMalloc(size)
54
#define calloc(count, size) HunspellAllocator::CountingCalloc(count, size)
54
//#define calloc(count, size) HunspellAllocator::CountingCalloc(count, size)
55
#define free(ptr) HunspellAllocator::CountingFree(ptr)
55
//#define free(ptr) HunspellAllocator::CountingFree(ptr)
56
#define realloc(ptr, size) HunspellAllocator::CountingRealloc(ptr, size)
56
#define realloc(ptr, size) HunspellAllocator::CountingRealloc(ptr, size)
57
57
58
#endif
58
#endif

Return to bug 607562