aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ChangeLog5
-rw-r--r--src/m/macppc.h4
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 @@
12008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
4 define them.
5
12008-07-10 Kenichi Handa <handa@m17n.org> 62008-07-10 Kenichi Handa <handa@m17n.org>
2 7
3 * xfont.c (xfont_open): Log the reason of failure. 8 * 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 <http://www.gnu.org/licenses/>. */
64 64
65/* #define NO_SOCK_SIGIO */ 65/* #define NO_SOCK_SIGIO */
66 66
67#define UNEXEC unexelf.o
68
69#define NO_TERMIO
70
71#if defined (LINUX) || defined (__NetBSD__) || defined (__OpenBSD__) 67#if defined (LINUX) || defined (__NetBSD__) || defined (__OpenBSD__)
72# define TEXT_END ({ extern int _etext; &_etext; }) 68# define TEXT_END ({ extern int _etext; &_etext; })
73#endif 69#endif