mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 16:32:59 +00:00
Fix valgrind errors from CPP define already defined (r=edwsmith)
--HG-- extra : convert_revision : aaa4e162e47e7b05cf6c04a51975f6a4042c604c
This commit is contained in:
parent
5641a1d865
commit
08cff4d8a7
@ -90,7 +90,7 @@
|
||||
#endif
|
||||
#ifdef JS_VALGRIND
|
||||
# include <valgrind/valgrind.h>
|
||||
#else
|
||||
#elif !defined(VALGRIND_DISCARD_TRANSLATIONS)
|
||||
# define VALGRIND_DISCARD_TRANSLATIONS(addr, szB)
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user