summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-07-31 21:43:08 -0400
committerGlenn Morris <rgm@gnu.org>2012-07-31 21:43:08 -0400
commit5c0c0e8a1a3eeb60e58e9dc4b043a8db3e72ca3e (patch)
treeba7f87ad74ff21e06e5c17cffcfacfefe4b68113 /ChangeLog
parent552a99b4cb5474337048053c2e7f0dd9eef9b1cb (diff)
downloademacs-5c0c0e8a1a3eeb60e58e9dc4b043a8db3e72ca3e.tar.gz
Move definitions of directory and device separators to configure
* configure.ac (DEVICE_SEP, IS_DEVICE_SEP, IS_DIRECTORY_SEP, IS_ANY_SEP): Move here from src/lisp.h. * src/lisp.h (IS_DIRECTORY_SEP, IS_DEVICE_SEP, IS_ANY_SEP): Move to configure.ac.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c74a79f5cd..fea0e72a9df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-08-01 Glenn Morris <rgm@gnu.org>
+
+ * configure.ac (DEVICE_SEP, IS_DEVICE_SEP, IS_DIRECTORY_SEP)
+ (IS_ANY_SEP): Move here from src/lisp.h.
+
2012-08-01 Juanma Barranquero <lekktu@gmail.com>
* lib/makefile.w32-in (CONFIG_H): Update dependencies.