X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fcp-namespace.c;h=3a2100d84cf5a54bb7cf69974b6fa27d4fd5162e;hb=5390c717386160683b436e35befd9dc7893065e5;hp=20067cdd0360ae535099a54f44e9251adf782eb8;hpb=c1b5c1ebc938b6dc0277363b8c47d75b0b5a621f;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/cp-namespace.c b/gdb/cp-namespace.c index 20067cdd03..3a2100d84c 100644 --- a/gdb/cp-namespace.c +++ b/gdb/cp-namespace.c @@ -1,5 +1,5 @@ /* Helper routines for C++ support in GDB. - Copyright (C) 2003-2019 Free Software Foundation, Inc. + Copyright (C) 2003-2020 Free Software Foundation, Inc. Contributed by David Carlton and by Kealia, Inc. @@ -1061,8 +1061,9 @@ maintenance_cplus_namespace (const char *args, int from_tty) printf_unfiltered (_("The `maint namespace' command was removed.\n")); } +void _initialize_cp_namespace (); void -_initialize_cp_namespace (void) +_initialize_cp_namespace () { struct cmd_list_element *cmd;