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]

[patch committed] mips/linux ISO C cleanup


Missed one the last time through.

-- 
Daniel Jacobowitz                           Carnegie Mellon University
MontaVista Software                         Debian GNU/Linux Developer

2001-07-12  Daniel Jacobowitz  <drow@mvista.com>

        * mips-linux-tdep.c (_initialize_mips_linux_tdep):  Use ISO C
        definition.

Index: mips-linux-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/mips-linux-tdep.c,v
retrieving revision 1.1
diff -u -r1.1 mips-linux-tdep.c
--- mips-linux-tdep.c   2001/07/10 20:41:54     1.1
+++ mips-linux-tdep.c   2001/07/13 17:33:19
@@ -338,7 +338,7 @@
 }
 
 void
-_initialize_mips_linux_tdep ()
+_initialize_mips_linux_tdep (void)
 {
   add_core_fns (&regset_core_fns);
 }


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