1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 08:11:05 -08:00

(UNEXEC, NO_TERMIO): Don't define, the s/ files

define them.
This commit is contained in:
Dan Nicolaescu 2008-07-10 02:19:48 +00:00
parent c8e0e16d2d
commit 3d3db608ee
2 changed files with 5 additions and 4 deletions

View 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.

View 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