[PATCH] Don't use msvc_compat's C99 headers with MSVC versions that have (some) C99 support
Jason Evans
jasone at canonware.com
Sun Jun 1 21:37:37 PDT 2014
On May 29, 2014, at 12:33 AM, Mike Hommey <mh+jemalloc at glandium.org> wrote:
> From: Mike Hommey <mh at glandium.org>
>
> ---
> configure.ac | 4 +
> include/msvc_compat/C99/inttypes.h | 313 +++++++++++++++++++++++++++++++++++++
> include/msvc_compat/C99/stdbool.h | 16 ++
> include/msvc_compat/C99/stdint.h | 247 +++++++++++++++++++++++++++++
> include/msvc_compat/inttypes.h | 313 -------------------------------------
> include/msvc_compat/stdbool.h | 16 --
> include/msvc_compat/stdint.h | 247 -----------------------------
> 7 files changed, 580 insertions(+), 576 deletions(-)
> create mode 100644 include/msvc_compat/C99/inttypes.h
> create mode 100644 include/msvc_compat/C99/stdbool.h
> create mode 100644 include/msvc_compat/C99/stdint.h
> delete mode 100644 include/msvc_compat/inttypes.h
> delete mode 100644 include/msvc_compat/stdbool.h
> delete mode 100644 include/msvc_compat/stdint.h
Integrated:
https://github.com/jemalloc/jemalloc/commit/ff2e999667cbd06e5e80c243277c1f3c72d6d263
Thanks,
Jason
More information about the jemalloc-discuss
mailing list