diff options
| author | Andreas Schwab | 2011-11-20 10:24:06 +0100 |
|---|---|---|
| committer | Andreas Schwab | 2011-11-20 10:24:06 +0100 |
| commit | d5ff9cd0468a844d90181c5a6591bdabd2a45acd (patch) | |
| tree | f7ae155a980bcd94078da88bff2bd1a0ff7e7cff /src | |
| parent | 40ba43b4b71df1d51954bdad071e74243c4aea7c (diff) | |
| download | emacs-d5ff9cd0468a844d90181c5a6591bdabd2a45acd.tar.gz emacs-d5ff9cd0468a844d90181c5a6591bdabd2a45acd.zip | |
* configure.in: Remove reference to src/m/ibms390.h.
* admin/CPP-DEFINES (VIRT_ADDR_VARIES): Remove.
* src/m/ibms390.h: Remove.
* src/m/ibms390x.h: Don't include "ibms390.h".
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/m/ibms390.h | 22 | ||||
| -rw-r--r-- | src/m/ibms390x.h | 2 |
3 files changed, 5 insertions, 24 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 857fe6eaaaf..75eeebd7b5c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-11-20 Andreas Schwab <schwab@linux-m68k.org> | ||
| 2 | |||
| 3 | * m/ibms390.h: Remove. | ||
| 4 | * m/ibms390x.h: Don't include "ibms390.h". | ||
| 5 | |||
| 1 | 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca> | 6 | 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 7 | ||
| 3 | * fileio.c (Finsert_file_contents): Add missing gcpro1 variable. | 8 | * fileio.c (Finsert_file_contents): Add missing gcpro1 variable. |
diff --git a/src/m/ibms390.h b/src/m/ibms390.h deleted file mode 100644 index 7269d416a48..00000000000 --- a/src/m/ibms390.h +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 1 | /* Machine description file for IBM S390 in 32-bit mode | ||
| 2 | |||
| 3 | Copyright (C) 1985-1986, 2001-2011 Free Software Foundation, Inc. | ||
| 4 | |||
| 5 | This file is part of GNU Emacs. | ||
| 6 | |||
| 7 | GNU Emacs is free software: you can redistribute it and/or modify | ||
| 8 | it under the terms of the GNU General Public License as published by | ||
| 9 | the Free Software Foundation, either version 3 of the License, or | ||
| 10 | (at your option) any later version. | ||
| 11 | |||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | ||
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 14 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 15 | GNU General Public License for more details. | ||
| 16 | |||
| 17 | You should have received a copy of the GNU General Public License | ||
| 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | ||
| 19 | |||
| 20 | /* This file is a placeholder -- it does not contain any definitions. | ||
| 21 | At some point we should probably fix this by removing the file | ||
| 22 | and removing all uses of it. */ | ||
diff --git a/src/m/ibms390x.h b/src/m/ibms390x.h index 04092d6e1ac..5ea7974b052 100644 --- a/src/m/ibms390x.h +++ b/src/m/ibms390x.h | |||
| @@ -17,8 +17,6 @@ GNU General Public License for more details. | |||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 19 | 19 | ||
| 20 | #include "ibms390.h" | ||
| 21 | |||
| 22 | #define BITS_PER_LONG 64 | 20 | #define BITS_PER_LONG 64 |
| 23 | #define BITS_PER_EMACS_INT 64 | 21 | #define BITS_PER_EMACS_INT 64 |
| 24 | 22 | ||