OSDN Git Service

* include/malloc.h: Remove __STRICT_ANSI__ guard.
authordannysmith <dannysmith>
Sat, 13 Mar 2004 01:03:31 +0000 (01:03 +0000)
committerdannysmith <dannysmith>
Sat, 13 Mar 2004 01:03:31 +0000 (01:03 +0000)
winsup/mingw/ChangeLog
winsup/mingw/include/malloc.h

index d27c62d..249f324 100644 (file)
@@ -1,3 +1,7 @@
+2004-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
+
+       * include/malloc.h: Remove __STRICT_ANSI__ guard.
+
 2004-03-11  Brian Keener  <bkeener@thesoftwaresource.com>
 
        * include/process.h: Remove the #endif associated with removal of
index 834e021..06bfcf4 100644 (file)
@@ -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__ */
-