aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-07-31 19:02:12 -0400
committerGlenn Morris2012-07-31 19:02:12 -0400
commit476b1b2da13aabbc29083282b8850d9522ab2982 (patch)
tree17431f5e3822df049e7e2887e5c8cd262ffaa696 /src/ChangeLog
parentf1a71c6e3d66758270a98c9a4c104116c53f619e (diff)
downloademacs-476b1b2da13aabbc29083282b8850d9522ab2982.tar.gz
emacs-476b1b2da13aabbc29083282b8850d9522ab2982.zip
Minor rearrangement for src/conf_post.h
* src/conf_post.h (config_opsysfile): Move earlier, so that WINDOWSNT is available. (alloca.h) [WINDOWSNT]: Don't include it on MS Windows.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 46302316204..ccbb5ae5764 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12012-07-31 Glenn Morris <rgm@gnu.org> 12012-07-31 Glenn Morris <rgm@gnu.org>
2 2
3 * conf_post.h (config_opsysfile): Move earlier, so that WINDOWSNT
4 is available.
5 (alloca.h) [WINDOWSNT]: Don't include it on MS Windows.
6
3 * process.h (NULL_DEVICE): 7 * process.h (NULL_DEVICE):
4 * emacs.c (SEPCHAR): 8 * emacs.c (SEPCHAR):
5 * editfns.c (USER_FULL_NAME): Let configure set them. 9 * editfns.c (USER_FULL_NAME): Let configure set them.