Fix test refactoring issues for Linux.

This commit is contained in:
Jason Evans
2013-12-05 17:58:32 -08:00
parent 72284f0335
commit 14990b83d1
4 changed files with 34 additions and 35 deletions

View File

@@ -1,5 +1,6 @@
#include <stdlib.h>
#include <stdbool.h>
#include <string.h>
/******************************************************************************/
/*
@@ -59,7 +60,6 @@
# include <inttypes.h>
# include <stdarg.h>
# include <errno.h>
# define JEMALLOC_CC_SILENCE
# define JEMALLOC_H_TYPES
# define JEMALLOC_H_STRUCTS
# define JEMALLOC_H_EXTERNS
@@ -69,7 +69,6 @@
# undef JEMALLOC_H_STRUCTS
# undef JEMALLOC_H_EXTERNS
# undef JEMALLOC_H_INLINES
# undef JEMALLOC_CC_SILENCE
/******************************************************************************/
/*