From 3d3db608ee5f8ef5a80d4e444f30d9d0c2dba672 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Thu, 10 Jul 2008 02:19:48 +0000 Subject: [PATCH] (UNEXEC, NO_TERMIO): Don't define, the s/ files define them. --- src/ChangeLog | 5 +++++ src/m/macppc.h | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 487ee00bd50..f5aa7306f89 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2008-07-10 Dan Nicolaescu + + * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files + define them. + 2008-07-10 Kenichi Handa * xfont.c (xfont_open): Log the reason of failure. diff --git a/src/m/macppc.h b/src/m/macppc.h index 81f939ef0d7..4adfcb50e7b 100644 --- a/src/m/macppc.h +++ b/src/m/macppc.h @@ -64,10 +64,6 @@ along with GNU Emacs. If not, see . */ /* #define NO_SOCK_SIGIO */ -#define UNEXEC unexelf.o - -#define NO_TERMIO - #if defined (LINUX) || defined (__NetBSD__) || defined (__OpenBSD__) # define TEXT_END ({ extern int _etext; &_etext; }) #endif -- 2.39.2