Move CPP_PROLOGUE and CPP_EPILOGUE to the .cpp
This lets us avoid having to specify them in every C file.
This commit is contained in:
committed by
David Goldblatt
parent
a01f993077
commit
22366518b7
@@ -36,8 +36,6 @@
|
||||
* global jemalloc definitions, however.
|
||||
*/
|
||||
|
||||
CPP_PROLOGUE
|
||||
|
||||
/******************************************************************************/
|
||||
/* HERMETIC HEADERS */
|
||||
/******************************************************************************/
|
||||
@@ -149,6 +147,4 @@ CPP_PROLOGUE
|
||||
#include "jemalloc/internal/jemalloc_internal_inlines_c.h"
|
||||
#include "jemalloc/internal/prof_inlines_b.h"
|
||||
|
||||
CPP_EPILOGUE
|
||||
|
||||
#endif /* JEMALLOC_INTERNAL_INCLUDES_H */
|
||||
|
Reference in New Issue
Block a user