Include gdbtk.h to avoid declarations
authorChristian Biesinger <cbiesinger@google.com>
Thu, 10 Oct 2019 17:42:41 +0000 (12:42 -0500)
committerChristian Biesinger <cbiesinger@google.com>
Thu, 10 Oct 2019 17:42:41 +0000 (12:42 -0500)
commit26344e0c532379477be3a203c80722051521a55e
treec4d912bb13a2115a52ccb1c14096dd72b43ab041
parentc2c440a9038acc7b94ffbc83f4711dbf08b582a9
Include gdbtk.h to avoid declarations

Once https://sourceware.org/ml/insight/2019-q4/msg00000.html lands,
we can just include gdbtk.h to get the declarations for
external_editor_command and gdbtk_test, instead of having to
declare them here in main.c.

gdb/ChangeLog:

2019-10-07  Christian Biesinger  <cbiesinger@google.com>

* main.c (captured_main_1): Include gdbtk.h and remove declarations
for external_editor_command and gdbtk_test.
gdb/ChangeLog
gdb/main.c
This page took 0.0253 seconds and 4 git commands to generate.