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

Re: mingw32 gcj compile failure and possible patch



Thank you for the patch! I took the opportunity to clean up the
formatting on that function, and will apply it as shown below
(branch+trunk) as soon as it finishes building.

  - a

Index: win32.h
===================================================================
RCS file: /cvs/gcc/gcc/libjava/include/win32.h,v
retrieving revision 1.3.8.2
diff -u -r1.3.8.2 win32.h
--- win32.h2002/03/10 18:00:041.3.8.2
+++ win32.h2002/04/02 18:48:24
@@ -21,7 +21,8 @@
 extern void _Jv_platform_initialize (void);
 extern jlong _Jv_platform_gettimeofday ();

-void _Jv_platform_close_on_exec (jint)
+inline void
+_Jv_platform_close_on_exec (jint)
 {
   // Ignore.
 }

-- 
The web is dead; long live the Internet.
http://www.xwt.org/


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