mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
* macroscope.c (default_macro_scope): Put `void' in empty argument
list.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user