summaryrefslogtreecommitdiff
path: root/gdb/macroscope.c
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2002-05-30 00:02:03 +0000
committerJim Blandy <jimb@codesourcery.com>2002-05-30 00:02:03 +0000
commit00b91799290d0320261340984b985c9b26ab8c47 (patch)
treed592aa53b2179acf6687bf9626a6d8f579c78460 /gdb/macroscope.c
parentb7615e59b76c88e5362a68e174c3b28f401f2121 (diff)
downloadgdb-00b91799290d0320261340984b985c9b26ab8c47.tar.gz
* macroscope.c (default_macro_scope): Put `void' in empty argument
list.
Diffstat (limited to 'gdb/macroscope.c')
-rw-r--r--gdb/macroscope.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/macroscope.c b/gdb/macroscope.c
index 4441be3103f..08ff6ebff58 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;