diff options
author | Pedro Alves <palves@redhat.com> | 2014-10-22 12:27:50 +0100 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2015-02-27 17:41:13 +0000 |
commit | e992c591afd3e4f047ecad5afa49bdbde6c33eac (patch) | |
tree | 0af6d68b0a09e643a641b9786b409985524161da /gdb/ChangeLog | |
parent | 64166036b3de842d3e62e9471a2813b55643e3f3 (diff) | |
download | gdb-e992c591afd3e4f047ecad5afa49bdbde6c33eac.zip gdb-e992c591afd3e4f047ecad5afa49bdbde6c33eac.tar.gz gdb-e992c591afd3e4f047ecad5afa49bdbde6c33eac.tar.bz2 |
python/python-internal.h: enum ‘ext_lang_rc’ not defined
Fixes this in C++ mode:
src/gdb/python/python-internal.h: At global scope:
src/gdb/python/python-internal.h:313:13: error: use of enum ‘ext_lang_rc’ without previous declaration
extern enum ext_lang_rc gdbpy_apply_val_pretty_printer
^
src/gdb/python/python-internal.h:320:41: error: invalid type in declaration before ‘;’ token
const struct language_defn *language);
^
gdb/ChangeLog:
2015-02-27 Pedro Alves <palves@redhat.com>
* python/python-internal.h: Include "extension-priv.h".
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6d9b1b0..1b1bd1f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2015-02-27 Pedro Alves <palves@redhat.com> + * python/python-internal.h: Include "extension-priv.h". + +2015-02-27 Pedro Alves <palves@redhat.com> + * breakpoint.h (enum print_stop_action): Move further up in the file. |