diff options
Diffstat (limited to 'src/emacs.c')
| -rw-r--r-- | src/emacs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c index d69dbfda7bf..b2b193e3a4f 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -715,7 +715,7 @@ main (int argc, char **argv) | |||
| 715 | stack_base = &dummy; | 715 | stack_base = &dummy; |
| 716 | #endif | 716 | #endif |
| 717 | 717 | ||
| 718 | #if defined (USE_GTK) && defined (G_SLICE_ALWAYS_MALLOC) | 718 | #ifdef G_SLICE_ALWAYS_MALLOC |
| 719 | /* This is used by the Cygwin build. */ | 719 | /* This is used by the Cygwin build. */ |
| 720 | setenv ("G_SLICE", "always-malloc", 1); | 720 | setenv ("G_SLICE", "always-malloc", 1); |
| 721 | #endif | 721 | #endif |