(UNEXEC, NO_TERMIO): Don't define, the s/ files
authorDan Nicolaescu <dann@ics.uci.edu>
Thu, 10 Jul 2008 02:19:48 +0000 (02:19 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Thu, 10 Jul 2008 02:19:48 +0000 (02:19 +0000)
define them.

src/ChangeLog
src/m/macppc.h

index 487ee00..f5aa730 100644 (file)
@@ -1,3 +1,8 @@
+2008-07-10  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
+       define them.
+
 2008-07-10  Kenichi Handa  <handa@m17n.org>
 
        * xfont.c (xfont_open): Log the reason of failure.
index 81f939e..4adfcb5 100644 (file)
@@ -64,10 +64,6 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /* #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