* macroscope.c (default_macro_scope): Put `void' in empty argument

list.
This commit is contained in:
Jim Blandy 2002-05-30 00:02:03 +00:00
parent 36cee77011
commit 480dd42ac5
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-05-29 Jim Blandy <jimb@redhat.com>
* macroscope.c (default_macro_scope): Put `void' in empty argument
list.
2002-05-29 Andrew Cagney <ac131313@redhat.com>
* Makefile.in (arch-utils.o): Add $(sim_regno_h).

View File

@ -58,7 +58,7 @@ sal_macro_scope (struct symtab_and_line sal)
struct macro_scope *
default_macro_scope ()
default_macro_scope (void)
{
struct symtab_and_line sal;
struct macro_source_file *main;