* macroscope.c (default_macro_scope): Put `void' in empty argument
authorJim Blandy <jimb@codesourcery.com>
Thu, 30 May 2002 00:02:03 +0000 (00:02 +0000)
committerJim Blandy <jimb@codesourcery.com>
Thu, 30 May 2002 00:02:03 +0000 (00:02 +0000)
list.

gdb/ChangeLog
gdb/macroscope.c

index f766c2c..01b1a5b 100644 (file)
@@ -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).
index 4441be3..08ff6eb 100644 (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;