aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2003-06-29 19:41:14 +0000
committerDaniel Jacobowitz <drow@false.org>2003-06-29 19:41:14 +0000
commit83a8cccaa8d7359df3d97f1d3807ad5747bd28d2 (patch)
tree9af799130361f661b8aea6fe88597b25bbf29534 /gdb
parentf56973f819c159040e74677a144b43f1ebad1b1b (diff)
downloadgdb-83a8cccaa8d7359df3d97f1d3807ad5747bd28d2.zip
gdb-83a8cccaa8d7359df3d97f1d3807ad5747bd28d2.tar.gz
gdb-83a8cccaa8d7359df3d97f1d3807ad5747bd28d2.tar.bz2
* cli/cli-logging.c (pop_output_files): Add void to function
definition.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/cli/cli-logging.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 63a6e85..def622e 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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
diff --git a/gdb/cli/cli-logging.c b/gdb/cli/cli-logging.c
index 67ec672..db34b0d 100644
--- a/gdb/cli/cli-logging.c
+++ b/gdb/cli/cli-logging.c
@@ -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. */