* 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

@ -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;