Fix step-over-syscall.exp failure
[deliverable/binutils-gdb.git] / gdb / go-lang.c
index b527d9f72eec31dbe002773f0a5af0f92a2163df..9ad456f72e8e49877f41a14113d67cce17230c04 100644 (file)
@@ -1,6 +1,6 @@
 /* Go language support routines for GDB, the GNU debugger.
 
-   Copyright (C) 2012-2019 Free Software Foundation, Inc.
+   Copyright (C) 2012-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -682,8 +682,9 @@ builtin_go_type (struct gdbarch *gdbarch)
   return (const struct builtin_go_type *) gdbarch_data (gdbarch, go_type_data);
 }
 
+void _initialize_go_language ();
 void
-_initialize_go_language (void)
+_initialize_go_language ()
 {
   go_type_data = gdbarch_data_register_post_init (build_go_types);
 }
This page took 0.030745 seconds and 4 git commands to generate.