]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 487ee00bd50be8ea2436b3ba00a07a4f343cb1d5..f5aa7306f892769e2b203cc6db2cf17a538405a1 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 81f939ef0d761dc6c3238e3406bc96af86a90fbd..4adfcb50e7b7672cd0a1299dc6359d2607e7de0f 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