From: Dan Nicolaescu Date: Thu, 10 Jul 2008 02:19:48 +0000 (+0000) Subject: (UNEXEC, NO_TERMIO): Don't define, the s/ files X-Git-Tag: emacs-pretest-23.0.90~4268 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3d3db608ee5f8ef5a80d4e444f30d9d0c2dba672;p=emacs.git (UNEXEC, NO_TERMIO): Don't define, the s/ files define them. --- 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