diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 1998-11-27 10:28:57 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 1998-11-27 10:28:57 +0000 |
commit | 9b1a92d8823b265f364f210342bd9b6071a96cbc (patch) | |
tree | 65a8fbad59efa861cb79e0c94bd9f5b105f2e7a0 /libiberty/pexecute.c | |
parent | 45254bf682de019d925d012b5397d2192c27d312 (diff) | |
download | gcc-9b1a92d8823b265f364f210342bd9b6071a96cbc.tar.gz |
choose-temp.c: Always include libiberty.h.
* choose-temp.c: Always include libiberty.h. Avoid redundancies.
* cplus-dem.c: Likewise. Conform to libiberty.h.
* pexecute.c: Likewise.
* splay-tree.c: Likewise.
From-SVN: r23935
Diffstat (limited to 'libiberty/pexecute.c')
-rw-r--r-- | libiberty/pexecute.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libiberty/pexecute.c b/libiberty/pexecute.c index 94fb2484966..fde411c92b2 100644 --- a/libiberty/pexecute.c +++ b/libiberty/pexecute.c @@ -53,16 +53,7 @@ Boston, MA 02111-1307, USA. */ lib$get_current_invo_context(decc$$get_vfork_jmpbuf()) : -1) #endif /* VMS */ -#ifdef IN_GCC -/* ??? Need to find a suitable header file. */ -#define PEXECUTE_FIRST 1 -#define PEXECUTE_LAST 2 -#define PEXECUTE_ONE (PEXECUTE_FIRST + PEXECUTE_LAST) -#define PEXECUTE_SEARCH 4 -#define PEXECUTE_VERBOSE 8 -#else #include "libiberty.h" -#endif /* stdin file number. */ #define STDIN_FILE_NO 0 |