Fix indentation (and clang warning) in c-lang.c
[deliverable/binutils-gdb.git] / gdb / d-lang.c
index 0f8f916c9b1aea2a424595500408ee852fb73671..1701976da7888366b0f41742e46e4a9f89e6cd00 100644 (file)
@@ -25,6 +25,7 @@
 #include "c-lang.h"
 #include "demangle.h"
 #include "cp-support.h"
+#include "gdbarch.h"
 
 /* The name of the symbol to use to get the name of the main subprogram.  */
 static const char D_MAIN[] = "D main";
@@ -243,7 +244,6 @@ extern const struct language_defn d_language_defn =
   d_language_arch_info,
   default_print_array_index,
   default_pass_by_reference,
-  c_get_string,
   c_watch_location_expression,
   NULL,                                /* la_get_symbol_name_matcher */
   iterate_over_symbols,
This page took 0.024472 seconds and 4 git commands to generate.