mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
* macroscope.c (default_macro_scope): Put `void' in empty argument
list.
This commit is contained in:
parent
36cee77011
commit
480dd42ac5
@ -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).
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user