X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fmacrocmd.c;h=52ad6fa7ab7248027892ac3273e4d111862ea2b0;hb=7dd6df0171796757f404a549c76f0d9b9192c849;hp=250a1f0642bb6c1caac45e1db0207f65e9e19c90;hpb=233d95b548ec948c4a6d01cd05c307385dd615fb;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/macrocmd.c b/gdb/macrocmd.c index 250a1f0642..52ad6fa7ab 100644 --- a/gdb/macrocmd.c +++ b/gdb/macrocmd.c @@ -1,5 +1,5 @@ /* C preprocessor macro expansion commands for GDB. - Copyright (C) 2002-2013 Free Software Foundation, Inc. + Copyright (C) 2002-2014 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of GDB. @@ -25,7 +25,7 @@ #include "cli/cli-utils.h" #include "command.h" #include "gdbcmd.h" -#include "gdb_string.h" +#include #include "linespec.h" @@ -47,7 +47,8 @@ macro_command (char *arg, int from_tty) /* Prints an informational message regarding the lack of macro information. */ -static void macro_inform_no_debuginfo() +static void +macro_inform_no_debuginfo (void) { puts_filtered ("GDB has no preprocessor macro information for that code.\n"); }