diff options
author | Jeffrey A Law <law@cygnus.com> | 1998-09-06 00:33:30 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-09-05 18:33:30 -0600 |
commit | de8ff4040575c3cffcc4dab21b959395f86aa48b (patch) | |
tree | e019280cafecad986a63addd669b1c46595167b9 /libchill/unhex1.c | |
parent | cf396f5f048135b21f65deac34f5f27412682a54 (diff) | |
download | gcc-de8ff4040575c3cffcc4dab21b959395f86aa48b.zip gcc-de8ff4040575c3cffcc4dab21b959395f86aa48b.tar.gz gcc-de8ff4040575c3cffcc4dab21b959395f86aa48b.tar.bz2 |
allgmem.c: Do not include config.h anymore.
* 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
Diffstat (limited to 'libchill/unhex1.c')
-rw-r--r-- | libchill/unhex1.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libchill/unhex1.c b/libchill/unhex1.c index 375f6a5..d042b49 100644 --- a/libchill/unhex1.c +++ b/libchill/unhex1.c @@ -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> |