This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

[tree-ssa] Fix prototype in tree-nomudflap.c


	* tree-nomudflap.c (nogo): Fix prototype.

Index: tree-nomudflap.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/Attic/tree-nomudflap.c,v
retrieving revision 1.1.2.10
diff -d -c -p -r1.1.2.10 tree-nomudflap.c
*** tree-nomudflap.c	20 Nov 2003 21:21:44 -0000	1.1.2.10
--- tree-nomudflap.c	21 Nov 2003 01:07:30 -0000
*************** Software Foundation, 59 Temple Place - S
*** 46,52 ****
  
  
  static void
! nogo ()
  {
    internal_error ("mudflap: this language is not supported");
  }
--- 46,52 ----
  
  
  static void
! nogo (void)
  {
    internal_error ("mudflap: this language is not supported");
  }


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