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, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c
index 2f49de3f28b..7024b47fc7d 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -3477,7 +3477,7 @@ make_save_ptr_int (void *a, ptrdiff_t b)
3477 return val; 3477 return val;
3478} 3478}
3479 3479
3480#if defined HAVE_MENUS && ! (defined USE_X_TOOLKIT || defined USE_GTK) 3480#if ! (defined USE_X_TOOLKIT || defined USE_GTK)
3481Lisp_Object 3481Lisp_Object
3482make_save_ptr_ptr (void *a, void *b) 3482make_save_ptr_ptr (void *a, void *b)
3483{ 3483{