]> gcc.gnu.org Git - gcc.git/commitdiff
allgmem.c: Do not include config.h anymore.
authorJeffrey A Law <law@cygnus.com>
Sun, 6 Sep 1998 00:33:30 +0000 (00:33 +0000)
committerJeff Law <law@gcc.gnu.org>
Sun, 6 Sep 1998 00:33:30 +0000 (18:33 -0600)
        * allgmem.c: Do not include config.h anymore.
        * allmem.c allocate.c andps.c cardps.c cause.c copyps.c: Likewise.
        * diffps.c eqps.c exh.c exhstack.c ffsetclrps.c ffsetps.c: Likewise.
        * flsetclrps.c flsetps.c inbitstr.c inps.c leps.c ltps.c: Likewise.
        * neps.c notps.c orps.c retmem.c rtsdummy.c setbitps.c: Likewise.
        * setbits.c sliceps.c terminate.c unhex.c unhex1.c xorps.c: Likewise.

From-SVN: r22285

32 files changed:
libchill/ChangeLog
libchill/allgmem.c
libchill/allmem.c
libchill/allocate.c
libchill/andps.c
libchill/cardps.c
libchill/cause.c
libchill/copyps.c
libchill/diffps.c
libchill/eqps.c
libchill/exh.c
libchill/exhstack.c
libchill/ffsetclrps.c
libchill/ffsetps.c
libchill/flsetclrps.c
libchill/flsetps.c
libchill/inbitstr.c
libchill/inps.c
libchill/leps.c
libchill/ltps.c
libchill/neps.c
libchill/notps.c
libchill/orps.c
libchill/retmem.c
libchill/rtsdummy.c
libchill/setbitps.c
libchill/setbits.c
libchill/sliceps.c
libchill/terminate.c
libchill/unhex.c
libchill/unhex1.c
libchill/xorps.c

index ea62d6e8ba44d4b3731927ccc4b17f1851982e07..e4db8db2fe7e940647fe7df8652c85e5e816d768 100644 (file)
@@ -1,3 +1,12 @@
+Sun Sep  6 01:30:40 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * allgmem.c: Do not include config.h anymore.
+       * allmem.c allocate.c andps.c cardps.c cause.c copyps.c: Likewise.
+       * diffps.c eqps.c exh.c exhstack.c ffsetclrps.c ffsetps.c: Likewise.
+       * flsetclrps.c flsetps.c inbitstr.c inps.c leps.c ltps.c: Likewise.
+       * neps.c notps.c orps.c retmem.c rtsdummy.c setbitps.c: Likewise.
+       * setbits.c sliceps.c terminate.c unhex.c unhex1.c xorps.c: Likewise.
+
 Sat Sep  5 02:09:42 1998  Jeffrey A Law  (law@cygnus.com)
 
        * Chill runtime moved into toplevel libchill.
index b0d91ed38a1c709f1e008059d55850f4c6630dd4..9c7cf865f5dbe97a25c035aedc7ce6621776d5a9 100644 (file)
@@ -18,7 +18,6 @@ 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 "config.h"
 #include <stdlib.h>
 #include "rtltypes.h"
 
index 8cf2be5c4860dd05f529668e19cd6ec86ec5e946..50dbfc961ae929ea04d80b82ae9b1c5fd4a2673b 100644 (file)
@@ -21,7 +21,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define __CHILL_LIB__
 
 #include <stdlib.h>
-#include "config.h"
 #include "rtltypes.h"
 
 extern void __cause_ex1 (char *exname, char *file, int lineno);
index 66c22eabb676c3fa64f6f6e38b20799923f9a130..863eaf48d8a67c60be229ad19ba1e7d54d7f903b 100644 (file)
@@ -21,7 +21,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define __CHILL_LIB__
 
 #include <stdlib.h>
-#include "config.h"
 #include "rtltypes.h"
 
 extern void __cause_ex1 (char *exname, char *file, int lineno);
index fd7d609a930e28973504698d4cc6559338dae771..877f666aba25e9b84bfd87b5a470d8ea730b5cc4 100644 (file)
@@ -20,7 +20,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define __CHILL_LIB__
 
-#include "config.h"
 #include <stdio.h>
 #include "powerset.h"
 
index 261241d78c18f8929922014e0d75273c01315e50..2eb002823820447b286652b59aeb086cc1e0afd0 100644 (file)
@@ -20,7 +20,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define __CHILL_LIB__
 
-#include "config.h"
 #include <stdio.h>
 #include "powerset.h"
 
index d4d0794409bf59281bbb4cb1c9c7b5b20dca0b56..bc10470f3e0cba04b0f89ebece776763793d102d 100644 (file)
@@ -20,8 +20,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define __CHILL_LIB__
 
-#include "config.h"
-
 /*
  * function cause_exception
  *
index 226f429356b8f674a90e952f6ba3496336a22b65..788e4cdde3a280b2ebcc79910279880cd176e9a4 100644 (file)
@@ -20,7 +20,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define __CHILL_LIB__
 
-#include "config.h"
 #include <stdio.h>
 #include "powerset.h"
 
index 2e760b0fa2b2b2449a585fde6ae9205bf0c7b9b8..fde0edd77d65cf77ab266056f2629d0d0303da4e 100644 (file)
@@ -20,7 +20,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define __CHILL_LIB__
 
-#include "config.h"
 #include <stdio.h>
 #include "powerset.h"
 
index 4ac002d810356e46055ec32ca28a0bf2655476a8..edf9118a14c7adda6e6c944c2063a02ba4f49755 100644 (file)
@@ -20,7 +20,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define __CHILL_LIB__
 
-#include "config.h"
 #include <stdio.h>
 #include "powerset.h"
 
index 59f743449ac84b8f2df2bbcdddce9533503604c7..76d685deb30969698d2fd7744694e54f025d1397 100644 (file)
@@ -20,7 +20,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define __CHILL_LIB__
 
-#include "config.h"
 #include <stdio.h>
 #include <setjmp.h>
 #include "rtltypes.h"
index ed3c5144305461df3d887d3e2726cd5a891d7365..aa6a575d29fcdbc63992bb124567991934c82204 100644 (file)
@@ -20,7 +20,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define __CHILL_LIB__
 
-#include "config.h"
 #include <setjmp.h>
 #include "rtltypes.h"
 
index bb5b9650f57f4793e8bf46487b93b0737508f1aa..2dc320ac1386ea67f7f4075b656ed24f5d82f625 100644 (file)
@@ -20,7 +20,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define __CHILL_LIB__
 
-#include "config.h"
 #include <stdio.h>
 #include "powerset.h"
 
index c17cd5964d968c64e4037e346803d8c57034458f..e025998c76e53c7cdfde4027403d9fdf89313486 100644 (file)
@@ -20,7 +20,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define __CHILL_LIB__
 
-#include "config.h"
 #include <stdio.h>
 #include "powerset.h"
 
index e768a47c537848bed097eed14d6b9a6ea9f035ae..ac59a8fba7b4403b93e9c28a387e63f296b44d2e 100644 (file)
@@ -20,7 +20,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define __CHILL_LIB__
 
-#include "config.h"
 #include <stdio.h>
 #include "powerset.h"
 
index 1a79076899696e5f0b461fd4d6fe74224cc7b83e..8ae03aca47f5b9b994579e98b707d5435b5b02a4 100644 (file)
@@ -20,7 +20,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define __CHILL_LIB__
 
-#include "config.h"
 #include <stdio.h>
 #include "powerset.h"
 
index dd3f127976d0e7ad7a80d81c25f68ee73314090b..cb3b1a4d259c1ea7f54087a870fa1a5331cc87de 100644 (file)
@@ -20,7 +20,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define __CHILL_LIB__
 
-#include "config.h"
 #include <stdio.h>
 #include "powerset.h"
 
index d01d76aff242f69775eea9430fed34c19cc93c0f..af1a1f054040a073c38cb496cc5194e8c7e5fc19 100644 (file)
@@ -20,7 +20,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define __CHILL_LIB__
 
-#include "config.h"
 #include <stdio.h>
 #include "powerset.h"
 
index 7c5231aa31060a36771027771758a1c0ace87c1d..ab69295be638ec8446325c3b6f6c4dd2a057598b 100644 (file)
@@ -20,7 +20,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define __CHILL_LIB__
 
-#include "config.h"
 #include <stdio.h>
 #include "powerset.h"
 
index 747be42703ed1d287cf9efb17f1f8c3952dd7389..a2c3c49740ac88cf88a9692ba4bf5c8e3cfdfbf3 100644 (file)
@@ -20,7 +20,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define __CHILL_LIB__
 
-#include "config.h"
 #include <stdio.h>
 #include "powerset.h"
 
index 220577d764260f37dd06c95de558ad0efba59174..1bbe94fd97fe2384fb545d5337a5e2ccbbe32bab 100644 (file)
@@ -20,7 +20,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define __CHILL_LIB__
 
-#include "config.h"
 #include <stdio.h>
 #include "powerset.h"
 
index dd683edea4e2136558bd98228c23d6b4572af673..5fe689baa3810999f8b31375d47833847fe521de 100644 (file)
@@ -20,7 +20,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define __CHILL_LIB__
 
-#include "config.h"
 #include <stdio.h>
 #include "powerset.h"
 
index 79e6a8f37e84dfe7856012215c529cc9c80309d6..46d119555815fc215cd04938bcb048c72b0303d3 100644 (file)
@@ -20,7 +20,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define __CHILL_LIB__
 
-#include "config.h"
 #include <stdio.h>
 #include "powerset.h"
 
index a17ef7b5822df10517e60bea89634835a6f6cce0..ad4242be47ca126b2760f384fb2865350e02bd10 100644 (file)
@@ -20,7 +20,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define __CHILL_LIB__
 
-#include "config.h"
 #include <stdlib.h>
 
 /*
index cff2289ebf0014cfcdc7744e2c6d6ce4a46d70e8..24182e9f4105e188839c90c374e328a799723eb0 100644 (file)
@@ -20,7 +20,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define __CHILL_LIB__
 
-#include "config.h"
 #include <stdio.h>
 #include <stdlib.h>
 #include <setjmp.h>
index f46554855a40de77d426612d9088203c291d9469..dcd9e6125624065e1e6f99a1916cab3c84717160 100644 (file)
@@ -20,7 +20,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define __CHILL_LIB__
 
-#include "config.h"
 #include <stdio.h>
 #include "powerset.h"
 
index 1e3045c8877d44ab924d7e9e3c43cf4abb50ca71..2048cd3a9cf682ab407f852b4850268f7cd803d1 100644 (file)
@@ -20,7 +20,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define __CHILL_LIB__
 
-#include "config.h"
 #include <stdio.h>
 #include "powerset.h"
 
index 939a0b8e37cf1dc8d4892b084189c9da30a07bcf..1501d357fa6ea3fa2841ea0aedefd453a1e8435d 100644 (file)
@@ -20,7 +20,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define __CHILL_LIB__
 
-#include "config.h"
 #include <stdio.h>
 #include "powerset.h"
 
index ea2044eb0666b428d346cae442508087dc1e81ec..8a94e715172c24db382f66bf9904587f25c1e62a 100644 (file)
@@ -20,7 +20,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define __CHILL_LIB__
 
-#include "config.h"
 #include <stdlib.h>
 #include "rtltypes.h"
 
index 3bd23dcf7d7b9cbed70964a1537cf48880c9ab9a..7943e9315453953acefce4bcb564a5d0c665bda8 100644 (file)
@@ -20,7 +20,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define __CHILL_LIB__
 
-#include "config.h"
 #include <stdio.h>
 #include <stdlib.h>
 #include <setjmp.h>
index 375f6a524977ad7eba964db9ea280f5cd123a186..d042b49718fb96bf426e9feb3d7763cfefa1e73c 100644 (file)
@@ -20,7 +20,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define __CHILL_LIB__
 
-#include "config.h"
 #include <stdio.h>
 #include <stdlib.h>
 #include <setjmp.h>
index ddf0012ab6229749cbe67c0ec21f5b758b7f3784..7a1d453a23dd0d6ae38c3b229c478ff0ad8d4e84 100644 (file)
@@ -20,7 +20,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define __CHILL_LIB__
 
-#include "config.h"
 #include <stdio.h>
 #include "powerset.h"
 
This page took 0.088014 seconds and 5 git commands to generate.