diff options
| author | Paul Eggert | 2013-11-14 17:59:57 -0800 |
|---|---|---|
| committer | Paul Eggert | 2013-11-14 17:59:57 -0800 |
| commit | 1a191e5c73cdae3d3b34f5fc3501bfd2ddf50ec8 (patch) | |
| tree | 2a70852978dae7d8adeb0c9bbf633efe347e5a61 /ChangeLog | |
| parent | 8ef7141bbe65aec2eb5313ff19729b67d371c1e6 (diff) | |
| download | emacs-1a191e5c73cdae3d3b34f5fc3501bfd2ddf50ec8.tar.gz emacs-1a191e5c73cdae3d3b34f5fc3501bfd2ddf50ec8.zip | |
* configure.ac (DEBUGGER_SEES_C_MACROS): New macro.
* src/lisp.h (DEFINE_GDB_SYMBOL_BEGIN, DEFINE_GDB_SYMBOL_END):
Define to empty if DEBUGGER_SEES_C_MACROS is defined.
This avoids placing unnecessary constants into the Emacs code.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-11-15 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * configure.ac (DEBUGGER_SEES_C_MACROS): New macro. | ||
| 4 | |||
| 1 | 2013-11-14 Paul Eggert <eggert@cs.ucla.edu> | 5 | 2013-11-14 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 6 | ||
| 3 | Simplify, port and tune bool vector implementation. | 7 | Simplify, port and tune bool vector implementation. |