Reorder macros.

This commit is contained in:
Jason Evans 2012-03-01 17:53:16 -08:00
parent 0a5489e37d
commit 62320b8551
2 changed files with 6 additions and 6 deletions

View file

@ -26,10 +26,10 @@
#undef je_memalign
#undef je_valloc
#undef je_allocm
#undef je_dallocm
#undef je_nallocm
#undef je_rallocm
#undef je_sallocm
#undef je_dallocm
#undef je_nallocm
/*
* JEMALLOC_PRIVATE_NAMESPACE is used as a prefix for all library-private APIs.