diff options
author | Zack Weinberg <zackw@stanford.edu> | 2001-04-03 17:38:23 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 2001-04-03 17:38:23 +0000 |
commit | 547a559d0173843b660dcb152b53728deb25f2d8 (patch) | |
tree | 7f2d37daa3e698ef199784d687c61e581ceafd5f /gcc/config/i386/xm-djgpp.h | |
parent | 2ff5019917a9b1972eef9cb0eadd1f8fe7c1d095 (diff) | |
download | gcc-547a559d0173843b660dcb152b53728deb25f2d8.zip gcc-547a559d0173843b660dcb152b53728deb25f2d8.tar.gz gcc-547a559d0173843b660dcb152b53728deb25f2d8.tar.bz2 |
xm-beos.h, [...]: Delete.
* config/i386/xm-beos.h, config/i386/xm-isc.h,
config/i386/xm-next.h, config/i386/xm-sco.h,
config/i386/xm-sco5.h, config/m68k/xm-plexus.h,
config/m88k/xm-m88k.h: Delete.
* config/i386/xm-djgpp.h: Don't define __MSDOS__.
* config/romp/xm-romp.h: Don't define bcopy.
* config/rs6000/xm-beos.h: Don't define bcopy, HAVE_VPRINTF,
HAVE_PUTENV, HAVE_RENAME, or USE_C_ALLOCA.
* config.gcc: Remove references to deleted files.
From-SVN: r41061
Diffstat (limited to 'gcc/config/i386/xm-djgpp.h')
-rw-r--r-- | gcc/config/i386/xm-djgpp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/i386/xm-djgpp.h b/gcc/config/i386/xm-djgpp.h index 5212468..9a711fd 100644 --- a/gcc/config/i386/xm-djgpp.h +++ b/gcc/config/i386/xm-djgpp.h @@ -18,8 +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. */ -#define __MSDOS__ 1 - /* Use semicolons to separate elements of a path. */ #define PATH_SEPARATOR ';' |