summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2013-11-16 19:58:30 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2013-11-16 19:58:30 -0800
commit0f679e866c6aaf8cebd9291bd715bc99eea511ae (patch)
tree6a2f01e960e6f8b985e738d2dc2d2b020e0ce003 /ChangeLog
parent7e26a6c339371c348dfda84ea7314c2148572b09 (diff)
downloademacs-0f679e866c6aaf8cebd9291bd715bc99eea511ae.tar.gz
* configure.ac (DEBUGGER_SEES_C_MACROS): Remove.
* src/lisp.h (DEBUGGER_SEES_C_MACROS): Likewise. It apparently doesn't work for GCC 3, and I suppose it's more trouble than it's worth to worry about this.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 506fa045864..30c87c3e613 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-11-17 Paul Eggert <eggert@cs.ucla.edu>
+
+ * configure.ac (DEBUGGER_SEES_C_MACROS): Remove.
+ It apparently doesn't work for GCC 3, and I suppose it's more
+ trouble than it's worth to worry about this.
+
2013-11-15 Paul Eggert <eggert@cs.ucla.edu>
* configure.ac (DEBUGGER_SEES_C_MACROS): New macro.