Change tui_update_source_window_as_is to be a method
[external/binutils.git] / gdb / d-lang.h
index 52f4e6a..956c192 100644 (file)
@@ -1,6 +1,6 @@
 /* D language support definitions for GDB, the GNU debugger.
 
-   Copyright (C) 2005-2016 Free Software Foundation, Inc.
+   Copyright (C) 2005-2019 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -58,8 +58,6 @@ struct builtin_d_type
 
 extern int d_parse (struct parser_state *);
 
-extern void d_yyerror (char *);
-
 /* Defined in d-lang.c  */
 
 extern const char *d_main_name (void);