summaryrefslogtreecommitdiffstats
path: root/winsup/mingw/include/malloc.h
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2004-03-13 01:03:31 +0000
committerDanny Smith <dannysmith@users.sourceforge.net>2004-03-13 01:03:31 +0000
commit7ae33d44c0c8c87d88dd064bd89808f190420784 (patch)
treee22fbfa7976e73d13ab380939dd3f86a8a609d05 /winsup/mingw/include/malloc.h
parent183f4d8086961fc8cedb951e3cdc98475d73bd71 (diff)
downloadcygnal-7ae33d44c0c8c87d88dd064bd89808f190420784.tar.gz
cygnal-7ae33d44c0c8c87d88dd064bd89808f190420784.tar.bz2
cygnal-7ae33d44c0c8c87d88dd064bd89808f190420784.zip
* include/malloc.h: Remove __STRICT_ANSI__ guard.
Diffstat (limited to 'winsup/mingw/include/malloc.h')
-rw-r--r--winsup/mingw/include/malloc.h5
1 files changed, 0 insertions, 5 deletions
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__ */
-