diff options
Diffstat (limited to 'gdb/maint-test-settings.c')
-rw-r--r-- | gdb/maint-test-settings.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gdb/maint-test-settings.c b/gdb/maint-test-settings.c index 1aaacc2..c7b12c6 100644 --- a/gdb/maint-test-settings.c +++ b/gdb/maint-test-settings.c @@ -1,6 +1,6 @@ /* Maintenance commands for testing the settings framework. - Copyright (C) 2019-2024 Free Software Foundation, Inc. + Copyright (C) 2019-2025 Free Software Foundation, Inc. This file is part of GDB. @@ -78,9 +78,7 @@ maintenance_show_test_settings_value_cmd } -void _initialize_maint_test_settings (); -void -_initialize_maint_test_settings () +INIT_GDB_FILE (maint_test_settings) { maintenance_test_settings_filename = "/foo/bar"; |