diff options
author | Jim Blandy <jimb@codesourcery.com> | 2002-05-30 00:02:03 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2002-05-30 00:02:03 +0000 |
commit | 480dd42ac594298e61859b69d2aee1577f261759 (patch) | |
tree | 790fef919501db4620041b316a74fa5f643c40f4 /gdb/macroscope.c | |
parent | 36cee7701147d6974f4ef609242b4b863f964857 (diff) | |
download | gdb-480dd42ac594298e61859b69d2aee1577f261759.zip gdb-480dd42ac594298e61859b69d2aee1577f261759.tar.gz gdb-480dd42ac594298e61859b69d2aee1577f261759.tar.bz2 |
* macroscope.c (default_macro_scope): Put `void' in empty argument
list.
Diffstat (limited to 'gdb/macroscope.c')
-rw-r--r-- | gdb/macroscope.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/macroscope.c b/gdb/macroscope.c index 4441be3..08ff6eb 100644 --- a/gdb/macroscope.c +++ b/gdb/macroscope.c @@ -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; |