From 7ae33d44c0c8c87d88dd064bd89808f190420784 Mon Sep 17 00:00:00 2001 From: Danny Smith Date: Sat, 13 Mar 2004 01:03:31 +0000 Subject: [PATCH] * include/malloc.h: Remove __STRICT_ANSI__ guard. --- winsup/mingw/ChangeLog | 4 ++++ winsup/mingw/include/malloc.h | 5 ----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog index d27c62df7..249f324ac 100644 --- a/winsup/mingw/ChangeLog +++ b/winsup/mingw/ChangeLog @@ -1,3 +1,7 @@ +2004-03-13 Danny Smith + + * include/malloc.h: Remove __STRICT_ANSI__ guard. + 2004-03-11 Brian Keener * include/process.h: Remove the #endif associated with removal of diff --git a/winsup/mingw/include/malloc.h b/winsup/mingw/include/malloc.h index 834e0212f..06bfcf4b0 100644 --- a/winsup/mingw/include/malloc.h +++ b/winsup/mingw/include/malloc.h @@ -27,8 +27,6 @@ * */ -#ifndef __STRICT_ANSI__ - #ifndef _MALLOC_H_ #define _MALLOC_H_ @@ -88,6 +86,3 @@ _CRTIMP void* __cdecl _expand (void*, size_t); #endif /* RC_INVOKED */ #endif /* Not _MALLOC_H_ */ - -#endif /* Not __STRICT_ANSI__ */ -