]> gcc.gnu.org Git - gcc.git/commitdiff
* m68k/m68k.c: Don't include <stdlib.h> directly.
authorKamil Iskra <iskra@student.uci.agh.edu.pl>
Wed, 16 Sep 1998 00:10:19 +0000 (02:10 +0200)
committerJeff Law <law@gcc.gnu.org>
Wed, 16 Sep 1998 00:10:19 +0000 (18:10 -0600)
From-SVN: r22444

gcc/ChangeLog
gcc/config/m68k/m68k.c

index 6f70e2d632aaae926fe2b0075f8b8382dc40d359..46553078a8c2597c989d99b3937624b11b81dbdc 100644 (file)
@@ -1,3 +1,7 @@
+Wed Sep 16 01:09:01 1998  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
+
+       * m68k/m68k.c: Don't include <stdlib.h> directly.
+
 Wed Sep 16 00:30:56 1998  Geoff Keating  <geoffk@ozemail.com.au>
 
        * gcse.c: New definition NEVER_SET for reg_first_set, reg_last_set,
index cc3e3d72919cba307621651ce176f5a7d9869cd8..8ef3dc69f048fbd13ba4f2327389a3eeec8aafd9 100644 (file)
@@ -38,10 +38,6 @@ Boston, MA 02111-1307, USA.  */
 /* Needed for use_return_insn.  */
 #include "flags.h"
 
-#if HAVE_STDLIB_H
-#include <stdlib.h>                                                
-#endif
-
 #ifdef SUPPORT_SUN_FPA
 
 /* Index into this array by (register number >> 3) to find the
This page took 0.083411 seconds and 5 git commands to generate.