diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2013-11-16 19:58:30 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2013-11-16 19:58:30 -0800 |
commit | 0f679e866c6aaf8cebd9291bd715bc99eea511ae (patch) | |
tree | 6a2f01e960e6f8b985e738d2dc2d2b020e0ce003 /ChangeLog | |
parent | 7e26a6c339371c348dfda84ea7314c2148572b09 (diff) | |
download | emacs-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-- | ChangeLog | 6 |
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. |