* configure.in: Check for ttrace function.
[deliverable/binutils-gdb.git] / gdb / macrocmd.c
index 40b31541f908e408dd32810defb17de1792c63a8..7c2ebbea749f23a9fd2538009998848719dd15b9 100644 (file)
@@ -148,7 +148,7 @@ info_macro_command (char *name, int from_tty)
 
   ms = default_macro_scope ();
   if (! ms)
-    error ("GDB has no preprocessor macro information for that code.\n");
+    error ("GDB has no preprocessor macro information for that code.");
 
   d = macro_lookup_definition (ms->file, ms->line, name);
   if (d)
@@ -222,6 +222,8 @@ macro_list_command (char *exp, int from_tty)
 \f
 /* Initializing the `macrocmd' module.  */
 
+extern initialize_file_ftype _initialize_macrocmd; /* -Wmissing-prototypes */
+
 void
 _initialize_macrocmd (void)
 {
This page took 0.030787 seconds and 4 git commands to generate.