This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: tweak func def



2002-05-29  Jim Blandy  <jimb@redhat.com>

	* macroscope.c (default_macro_scope): Put `void' in empty argument
	list.

Index: gdb/macroscope.c
===================================================================
RCS file: /cvs/src/src/gdb/macroscope.c,v
retrieving revision 1.2
diff -c -r1.2 macroscope.c
*** gdb/macroscope.c	16 May 2002 21:15:53 -0000	1.2
--- gdb/macroscope.c	30 May 2002 00:00:48 -0000
***************
*** 58,64 ****
  
  
  struct macro_scope *
! default_macro_scope ()
  {
    struct symtab_and_line sal;
    struct macro_source_file *main;
--- 58,64 ----
  
  
  struct macro_scope *
! default_macro_scope (void)
  {
    struct symtab_and_line sal;
    struct macro_source_file *main;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]