]> gcc.gnu.org Git - gcc.git/commitdiff
bit.c: Don't include glimits.h.
authorJason Thorpe <thorpej@wasabisystems.com>
Mon, 17 Jun 2002 21:21:01 +0000 (21:21 +0000)
committerJason Thorpe <thorpej@gcc.gnu.org>
Mon, 17 Jun 2002 21:21:01 +0000 (21:21 +0000)
* bit.c: Don't include glimits.h.
* target.c: Likewise.
* where.h: Likewise.

From-SVN: r54718

gcc/f/ChangeLog
gcc/f/bit.c
gcc/f/target.c
gcc/f/where.h

index 48fa9a0792ed70e609cbeafc9f45be6cd71601cd..9e1dd9163a6b724de9fe905e258287b32f0c1e97 100644 (file)
@@ -1,3 +1,9 @@
+2002-06-17  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * bit.c: Don't include glimits.h.
+       * target.c: Likewise.   
+       * where.h: Likewise.
+
 2002-06-12  Gabriel Dos Reis  <gdr@codesourcery.com>
 
        * bad.c (ffebad_start_): Adjust calls to diagnostic_count_error.
index 70d78333d67dcc1b07d3d81a3633820a3f215c44..00f064b1da22a6c545abd35781f7441cfbf4a3aa 100644 (file)
@@ -31,7 +31,6 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 /* Include files. */
 
 #include "proj.h"
-#include "glimits.h"
 #include "bit.h"
 #include "malloc.h"
 
index 74c9760a05ce6ed5cc36cb2230d3f1d8faf318df..5c06368a3a56ef0b6222b52e128371a0f7948c6d 100644 (file)
@@ -69,7 +69,6 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 /* Include files. */
 
 #include "proj.h"
-#include "glimits.h"
 #include "target.h"
 #include "diagnostic.h"
 #include "bad.h"
index a3adb4bda6b754fd9193f5a4c5ee13a5671ec54b..a0a6882e61fc70ba2bd9ea5eb51d301b6c2424a7 100644 (file)
@@ -61,7 +61,6 @@ typedef unsigned int ffewhereUses_;
 
 /* Include files needed by this one. */
 
-#include "glimits.h"
 #include "top.h"
 
 /* Structure definitions. */
This page took 0.068107 seconds and 5 git commands to generate.