diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-12-24 17:45:58 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-12-24 17:45:58 -0500 |
commit | 3620d720144b4b63e775744eafb726a3a6607f1a (patch) | |
tree | 4ed3abd1657bf19e7d56eb6906d14bef917e51b4 /gcc | |
parent | b69649e48de75b0eff154c3ec1bf4de859fb0f75 (diff) | |
download | gcc-3620d720144b4b63e775744eafb726a3a6607f1a.zip gcc-3620d720144b4b63e775744eafb726a3a6607f1a.tar.gz gcc-3620d720144b4b63e775744eafb726a3a6607f1a.tar.bz2 |
Define HAVE_POPEN.
From-SVN: r10855
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/sparc/xm-sparc.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/config/sparc/xm-sparc.h b/gcc/config/sparc/xm-sparc.h index 07b20cc..afc44ae 100644 --- a/gcc/config/sparc/xm-sparc.h +++ b/gcc/config/sparc/xm-sparc.h @@ -1,5 +1,5 @@ /* Configuration for GNU C-compiler for Sun Sparc. - Copyright (C) 1988, 1993 Free Software Foundation, Inc. + Copyright (C) 1988, 1993, 1995 Free Software Foundation, Inc. Contributed by Michael Tiemann (tiemann@cygnus.com). This file is part of GNU CC. @@ -43,6 +43,8 @@ Boston, MA 02111-1307, USA. */ #define SUCCESS_EXIT_CODE 0 #define FATAL_EXIT_CODE 33 +#define HAVE_POPEN + /* If compiled with Sun CC, the use of alloca requires this #include. */ #ifndef __GNUC__ #include "alloca.h" |