* cli/cli-logging.c (pop_output_files): Add void to function
authorDaniel Jacobowitz <drow@false.org>
Sun, 29 Jun 2003 19:41:14 +0000 (19:41 +0000)
committerDaniel Jacobowitz <drow@false.org>
Sun, 29 Jun 2003 19:41:14 +0000 (19:41 +0000)
definition.

gdb/ChangeLog
gdb/cli/cli-logging.c

index 63a6e85118d3916da9308704dce15d37ff290390..def622ee165c323508bf5dd541f9ebc2b1e58a35 100644 (file)
@@ -1,3 +1,8 @@
+2003-06-29  Daniel Jacobowitz  <drow@mvista.com>
+
+       * cli/cli-logging.c (pop_output_files): Add void to function
+       definition.
+
 2003-06-29  Andrew Cagney  <cagney@redhat.com>
 
        * frame.c (frame_register_unwind): Use unsigned char when dumping
index 67ec672931bda18f89b057b7671ad22200918596..db34b0d9c077e422f81809310f1d880e98bcd253 100644 (file)
@@ -43,7 +43,7 @@ int logging_overwrite, logging_redirect;
 
 /* If we've pushed output files, close them and pop them.  */
 static void
-pop_output_files ()
+pop_output_files (void)
 {
   /* Only delete one of the files -- they are all set to the same
      value.  */
This page took 0.028974 seconds and 4 git commands to generate.