* cli/cli-logging.c (pop_output_files): Add void to function
definition.
This commit is contained in:
parent
f56973f819
commit
83a8cccaa8
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
2003-06-29 Andrew Cagney <cagney@redhat.com>
|
||||||
|
|
||||||
* frame.c (frame_register_unwind): Use unsigned char when dumping
|
* frame.c (frame_register_unwind): Use unsigned char when dumping
|
||||||
|
|
|
@ -43,7 +43,7 @@ int logging_overwrite, logging_redirect;
|
||||||
|
|
||||||
/* If we've pushed output files, close them and pop them. */
|
/* If we've pushed output files, close them and pop them. */
|
||||||
static void
|
static void
|
||||||
pop_output_files ()
|
pop_output_files (void)
|
||||||
{
|
{
|
||||||
/* Only delete one of the files -- they are all set to the same
|
/* Only delete one of the files -- they are all set to the same
|
||||||
value. */
|
value. */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue