aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c
index 687b8c7f81f..6101ed4004c 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -1291,7 +1291,7 @@ main (int argc, char **argv)
1291 for pointers. */ 1291 for pointers. */
1292 void *stack_bottom_variable; 1292 void *stack_bottom_variable;
1293 int old_argc; 1293 int old_argc;
1294#if !(defined HAVE_ANDROID && !defined ANDROID_STUBIFY) 1294#if defined HAVE_PDUMPER && !(defined HAVE_ANDROID && !defined ANDROID_STUBIFY)
1295 char *dump_file; 1295 char *dump_file;
1296 1296
1297 /* This is just a dummy argument used to avoid extra defines. */ 1297 /* This is just a dummy argument used to avoid extra defines. */