* 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 f766c2cdbf8a3b9667b18520d1a26a50d743f8e0..01b1a5b64471181e4fa6714e152269a0b1715dfa 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 4441be3103f2cce2c4dcc69efe19576384de9734..08ff6ebff58d14c5bae88cc4b6617bbad435322f 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;