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:
parent
c8e0e16d2d
commit
3d3db608ee
2 changed files with 5 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue