diff options
author | Rodney Brown <RodneyBrown@pmsc.com> | 2000-05-03 18:49:17 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2000-05-03 18:49:17 +0000 |
commit | 4bd048efabd5718ffd5297b2c658d39bcb28ea84 (patch) | |
tree | aa246fb46c457f070e6d22168239c37f4fad0442 | |
parent | 59da9a7d5c232801fe1fb3d478b4c29120dcbdec (diff) | |
download | gcc-4bd048efabd5718ffd5297b2c658d39bcb28ea84.zip gcc-4bd048efabd5718ffd5297b2c658d39bcb28ea84.tar.gz gcc-4bd048efabd5718ffd5297b2c658d39bcb28ea84.tar.bz2 |
Replace inclusion of <stdio.h> with "system.h"
From-SVN: r33639
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/mcore/mcore.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c3559a4..0e11f94 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2000-05-03 Rodney Brown <RodneyBrown@pmsc.com> + + * config/mcore/mcore.c: Replacing inclusion of "stdio,h" with + inclusion of "system.h". + Wed May 3 11:43:53 2000 Jim Wilson <wilson@cygnus.com> * config/ia64/ia64.c (ia64_encode_section_info): Add check for diff --git a/gcc/config/mcore/mcore.c b/gcc/config/mcore/mcore.c index 5381269..85458fb 100644 --- a/gcc/config/mcore/mcore.c +++ b/gcc/config/mcore/mcore.c @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include <stdio.h> +#include "system.h" #include "assert.h" #include "gansidecl.h" |