diff options
author | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-02-28 02:53:45 +0000 |
---|---|---|
committer | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-02-28 02:53:45 +0000 |
commit | f629e84eea9765c19fe486ccfa81349d09763e1a (patch) | |
tree | 2172c52e470b9e626a3be9710e9df522bafbc03d /gcc/config/pa | |
parent | f2b74df16684d54590579a8d839c06809ab77906 (diff) | |
download | gcc-f629e84eea9765c19fe486ccfa81349d09763e1a.tar.gz |
* mips/xm-iris4.h: Delete #if 0 block (there since before 1997).
* pa/xm-linux.h, pa/xm-pa.h, pa/xm-papro.h: Don't declare errno.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40107 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/pa')
-rw-r--r-- | gcc/config/pa/xm-linux.h | 3 | ||||
-rw-r--r-- | gcc/config/pa/xm-pa.h | 2 | ||||
-rw-r--r-- | gcc/config/pa/xm-papro.h | 2 |
3 files changed, 0 insertions, 7 deletions
diff --git a/gcc/config/pa/xm-linux.h b/gcc/config/pa/xm-linux.h index e7699d8b7b2..4bc19ee67d7 100644 --- a/gcc/config/pa/xm-linux.h +++ b/gcc/config/pa/xm-linux.h @@ -18,9 +18,6 @@ along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ - -extern int errno; - /* #defines that need visibility everywhere. */ #define FALSE 0 #define TRUE 1 diff --git a/gcc/config/pa/xm-pa.h b/gcc/config/pa/xm-pa.h index 5814a898be3..b0d0c037e49 100644 --- a/gcc/config/pa/xm-pa.h +++ b/gcc/config/pa/xm-pa.h @@ -19,8 +19,6 @@ along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -extern int errno; - /* #defines that need visibility everywhere. */ #define FALSE 0 #define TRUE 1 diff --git a/gcc/config/pa/xm-papro.h b/gcc/config/pa/xm-papro.h index ad4675beba1..e5dad4259d9 100644 --- a/gcc/config/pa/xm-papro.h +++ b/gcc/config/pa/xm-papro.h @@ -19,8 +19,6 @@ along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -extern int errno; - /* #defines that need visibility everywhere. */ #define FALSE 0 #define TRUE 1 |