[gdb/testsuite] Accept new complex print style in mixed-lang-stack.exp
[deliverable/binutils-gdb.git] / gdb / maint-test-settings.c
index 86d201a3c6f2db38cdac6e8a1d526d78c73ac4a5..e8e8874e9a84eb629f4f76ac042df91ffa67fde1 100644 (file)
@@ -1,6 +1,6 @@
 /* Maintenance commands for testing the settings framework.
 
-   Copyright (C) 2019 Free Software Foundation, Inc.
+   Copyright (C) 2019-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -99,8 +99,9 @@ maintenance_show_test_settings_value_cmd
 }
 
 \f
+void _initialize_maint_test_settings ();
 void
-_initialize_maint_test_settings (void)
+_initialize_maint_test_settings ()
 {
   maintenance_test_settings_filename = xstrdup ("/foo/bar");
 
This page took 0.024117 seconds and 4 git commands to generate.