diff options
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 2 |
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) |
| 3481 | Lisp_Object | 3481 | Lisp_Object |
| 3482 | make_save_ptr_ptr (void *a, void *b) | 3482 | make_save_ptr_ptr (void *a, void *b) |
| 3483 | { | 3483 | { |