aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/alloc.c b/src/alloc.c
index 2a00767682d..17f1b19b3c0 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -3408,7 +3408,6 @@ make_save_obj_obj_obj_obj (Lisp_Object a, Lisp_Object b, Lisp_Object c,
3408 return val; 3408 return val;
3409} 3409}
3410 3410
3411#if defined HAVE_NS || defined HAVE_NTGUI
3412Lisp_Object 3411Lisp_Object
3413make_save_ptr (void *a) 3412make_save_ptr (void *a)
3414{ 3413{
@@ -3418,7 +3417,6 @@ make_save_ptr (void *a)
3418 p->data[0].pointer = a; 3417 p->data[0].pointer = a;
3419 return val; 3418 return val;
3420} 3419}
3421#endif
3422 3420
3423Lisp_Object 3421Lisp_Object
3424make_save_ptr_int (void *a, ptrdiff_t b) 3422make_save_ptr_int (void *a, ptrdiff_t b)