mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 01:34:21 +00:00
* src/alloc.c (make_save_ptr): Define if HAVE_NTGUI is defined (Bug#14944).
This commit is contained in:
parent
e81dd54dc2
commit
198fa21756
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2013-07-24 Ken Brown <kbrown@cornell.edu>
|
||||
|
||||
* alloc.c (make_save_ptr): Define if HAVE_NTGUI is defined
|
||||
(Bug#14944).
|
||||
|
||||
2013-07-24 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* eval.c (Fprogn): Do not check that BODY is a proper list.
|
||||
|
|
|
|||
|
|
@ -3371,7 +3371,7 @@ make_save_obj_obj_obj_obj (Lisp_Object a, Lisp_Object b, Lisp_Object c,
|
|||
return val;
|
||||
}
|
||||
|
||||
#if defined HAVE_NS || defined DOS_NT
|
||||
#if defined HAVE_NS || defined HAVE_NTGUI
|
||||
Lisp_Object
|
||||
make_save_ptr (void *a)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue