diff options
| author | Paul Eggert | 2013-10-16 20:08:59 -0700 |
|---|---|---|
| committer | Paul Eggert | 2013-10-16 20:08:59 -0700 |
| commit | bb9937df2db9129cdc248532a93f406221a2f65c (patch) | |
| tree | 2f667dad6e953d2d5f49c5ed886c61b8ac2d7a30 /src/emacs.c | |
| parent | f2752e013d24133b645d60b226579f8ae9f1587d (diff) | |
| download | emacs-bb9937df2db9129cdc248532a93f406221a2f65c.tar.gz emacs-bb9937df2db9129cdc248532a93f406221a2f65c.zip | |
Make VALMASK visible to GDB even if clang is used.
* emacs.c (MAIN_PROGRAM): New macro.
* lisp.h (DEFINE_GDB_SYMBOL_BEGIN, DEFINE_GDB_SYMBOL_END): New macros.
(ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK): Use them.
Fixes: debbugs:15574
Diffstat (limited to 'src/emacs.c')
| -rw-r--r-- | src/emacs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emacs.c b/src/emacs.c index 79f759cd5b5..06b8d290cae 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -30,6 +30,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 30 | 30 | ||
| 31 | #include <close-stream.h> | 31 | #include <close-stream.h> |
| 32 | 32 | ||
| 33 | #define MAIN_PROGRAM | ||
| 33 | #include "lisp.h" | 34 | #include "lisp.h" |
| 34 | 35 | ||
| 35 | #ifdef WINDOWSNT | 36 | #ifdef WINDOWSNT |