diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2015-10-02 14:30:03 +0100 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2015-10-02 14:30:03 +0100 |
commit | 5f62fa6d6945b3f11739f5fe1a3571f2021fa3a0 (patch) | |
tree | a4af9cc7816f8ae03c477e4ea871bcb27a9b0e59 /gcc/system.h | |
parent | 899de23a3c305e702a1a57118928df21192a8a13 (diff) | |
download | gcc-5f62fa6d6945b3f11739f5fe1a3571f2021fa3a0.zip gcc-5f62fa6d6945b3f11739f5fe1a3571f2021fa3a0.tar.gz gcc-5f62fa6d6945b3f11739f5fe1a3571f2021fa3a0.tar.bz2 |
* system.h (malloc.h): Don't include obsolete header.
From-SVN: r228391
Diffstat (limited to 'gcc/system.h')
-rw-r--r-- | gcc/system.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gcc/system.h b/gcc/system.h index 71867c4..85a66a5 100644 --- a/gcc/system.h +++ b/gcc/system.h @@ -481,18 +481,6 @@ extern char *stpcpy (char *, const char *); int unsetenv(const char *); #endif -#ifdef __cplusplus -} -#endif - -#ifdef HAVE_MALLOC_H -#include <malloc.h> -#endif - -#ifdef __cplusplus -extern "C" { -#endif - #if defined (HAVE_DECL_MALLOC) && !HAVE_DECL_MALLOC extern void *malloc (size_t); #endif |