diff options
author | Ken Brown <kbrown@cornell.edu> | 2013-08-15 12:37:15 -0400 |
---|---|---|
committer | Ken Brown <kbrown@cornell.edu> | 2013-08-15 12:37:15 -0400 |
commit | 0fe73012cda7153f85cff32db8df442a0859fa5b (patch) | |
tree | 27f37c1b0d7b4e3e9eba3df00bcf5ca9d72651c2 /src/emacs.c | |
parent | 691a357f3afffc2f40a6f04dea072933dcdf8bc0 (diff) | |
download | emacs-0fe73012cda7153f85cff32db8df442a0859fa5b.tar.gz |
Revert last change to gmalloc.c; update some comments.
Diffstat (limited to 'src/emacs.c')
-rw-r--r-- | src/emacs.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c index 3c80d3ed753..05384145330 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -696,7 +696,8 @@ main (int argc, char **argv) #endif #ifdef G_SLICE_ALWAYS_MALLOC - /* This is used by the Cygwin build. */ + /* This is used by the Cygwin build. It's not needed starting with + cygwin-1.7.24, but it doesn't do any harm. */ xputenv ("G_SLICE=always-malloc"); #endif |