diff options
author | Pedro Alves <palves@redhat.com> | 2011-05-27 18:39:49 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2011-05-27 18:39:49 +0000 |
commit | 619cebe87fc24b0ca07054a7fd34c550648c417e (patch) | |
tree | ee9180e371a87e1c7bee7bf4323cde0643ff737c /gdb/defs.h | |
parent | be34f8494e0befe68d8071f46edc16d9aa3c9238 (diff) | |
download | gdb-619cebe87fc24b0ca07054a7fd34c550648c417e.zip gdb-619cebe87fc24b0ca07054a7fd34c550648c417e.tar.gz gdb-619cebe87fc24b0ca07054a7fd34c550648c417e.tar.bz2 |
2011-05-27 Pedro Alves <pedro@codesourcery.com>
gdb/
* defs.h (struct thread_info, struct inferior): Delete forward
declarations.
* breakpoint.h (struct thread_info): New forward declaration.
* observer.sh (struct inferior): New forward declaration.
* python/python-internal.h (struct inferior): New forward
declaration.
Diffstat (limited to 'gdb/defs.h')
-rw-r--r-- | gdb/defs.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -730,9 +730,6 @@ extern struct command_line *read_command_lines_1 (char * (*) (void), int, extern void free_command_lines (struct command_line **); -struct thread_info; -struct inferior; - /* String containing the current directory (what getwd would return). */ extern char *current_directory; |