Define make_save_ptr_ptr unconditionally
* src/alloc.c (make_save_ptr_ptr): Remove the !(defined USE_X_TOOLKIT || defined USE_GTK) conditional. Reported by Philipp Stephani <phst@google.com>. (Bug#23101)
This commit is contained in:
parent
20a1003f6d
commit
077b78cffc
1 changed files with 0 additions and 2 deletions
|
@ -3730,7 +3730,6 @@ make_save_ptr_int (void *a, ptrdiff_t b)
|
||||||
return val;
|
return val;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if ! (defined USE_X_TOOLKIT || defined USE_GTK)
|
|
||||||
Lisp_Object
|
Lisp_Object
|
||||||
make_save_ptr_ptr (void *a, void *b)
|
make_save_ptr_ptr (void *a, void *b)
|
||||||
{
|
{
|
||||||
|
@ -3741,7 +3740,6 @@ make_save_ptr_ptr (void *a, void *b)
|
||||||
p->data[1].pointer = b;
|
p->data[1].pointer = b;
|
||||||
return val;
|
return val;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
Lisp_Object
|
Lisp_Object
|
||||||
make_save_funcptr_ptr_obj (void (*a) (void), void *b, Lisp_Object c)
|
make_save_funcptr_ptr_obj (void (*a) (void), void *b, Lisp_Object c)
|
||||||
|
|
Loading…
Add table
Reference in a new issue