aboutsummaryrefslogtreecommitdiffstats
path: root/src/m/macppc.h
diff options
context:
space:
mode:
authorDan Nicolaescu2008-07-13 07:35:26 +0000
committerDan Nicolaescu2008-07-13 07:35:26 +0000
commitbdee2ef3fab9b8a434d41c1f95c3f98aa342008b (patch)
tree611a86007793d85fdbad7189d3e7a50adc319079 /src/m/macppc.h
parentf06b5ed2ce9329fb6112f2ccfd7e3271c5cbe70c (diff)
downloademacs-bdee2ef3fab9b8a434d41c1f95c3f98aa342008b.tar.gz
emacs-bdee2ef3fab9b8a434d41c1f95c3f98aa342008b.zip
* config.nt (HAVE_FACES): Remove, unused.
* s/vms.h: Use __GNUC__ instead of _GNUC_. * m/macppc.h: * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals. * m/ibms390x.h (XINT, XUINT): Don't define, same as the default (SPECIAL_EMACS_INT): * m/ia64.h (SPECIAL_EMACS_INT): * m/amdx86-64.h (SPECIAL_EMACS_INT): * s/gnu.h (NLIST_STRUCT): * aix4-2.h (X11R5_INHIBIT_I18N): * s/gnu-linux.h (LINUX): * s/msdos.h (HAVE_FACES): * s/ms-w32.h (HAVE_FACES): Don't define, unused. * systty.h: * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used anymore.
Diffstat (limited to 'src/m/macppc.h')
-rw-r--r--src/m/macppc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/m/macppc.h b/src/m/macppc.h
index c0e53c2e063..eeb9990562e 100644
--- a/src/m/macppc.h
+++ b/src/m/macppc.h
@@ -54,7 +54,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
54 54
55/* #define NO_SOCK_SIGIO */ 55/* #define NO_SOCK_SIGIO */
56 56
57#if defined (LINUX) || defined (__NetBSD__) || defined (__OpenBSD__) 57#if defined (GNU_LINUX) || defined (__NetBSD__) || defined (__OpenBSD__)
58# define TEXT_END ({ extern int _etext; &_etext; }) 58# define TEXT_END ({ extern int _etext; &_etext; })
59#endif 59#endif
60 60
@@ -65,7 +65,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
65/* NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp> says this is needed 65/* NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp> says this is needed
66 For MkLinux/LinuxPPC. */ 66 For MkLinux/LinuxPPC. */
67 67
68#ifdef LINUX 68#ifdef GNU_LINUX
69#define LINKER $(CC) -nostdlib 69#define LINKER $(CC) -nostdlib
70/* s/gnu-linux.h defines this to `-z nocombreloc' which does not work here 70/* s/gnu-linux.h defines this to `-z nocombreloc' which does not work here
71 because prefix-args is not used. */ 71 because prefix-args is not used. */