diff options
Diffstat (limited to 'src/m')
| -rw-r--r-- | src/m/ibm370aix.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/m/ibm370aix.h b/src/m/ibm370aix.h index 62daa72369d..da19196172c 100644 --- a/src/m/ibm370aix.h +++ b/src/m/ibm370aix.h | |||
| @@ -19,17 +19,11 @@ along with GNU Emacs; see the file COPYING. If not, write to | |||
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02110-1301, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | #include "ibmps2-aix.h" | ||
| 23 | |||
| 24 | #define AIX | 22 | #define AIX |
| 25 | 23 | ||
| 26 | /* Include unistd.h, even though we don't define POSIX. */ | 24 | /* Include unistd.h, even though we don't define POSIX. */ |
| 27 | #define NEED_UNISTD_H | 25 | #define NEED_UNISTD_H |
| 28 | 26 | ||
| 29 | /* these were defined in "ibmps2-aix.h" */ | ||
| 30 | #undef INTEL386 | ||
| 31 | #undef aix386 | ||
| 32 | |||
| 33 | /* Define WORDS_BIG_ENDIAN if lowest-numbered byte in a word | 27 | /* Define WORDS_BIG_ENDIAN if lowest-numbered byte in a word |
| 34 | is the most significant byte. */ | 28 | is the most significant byte. */ |
| 35 | 29 | ||