mingw32 gcj compile failure and possible patch
Adam Megacz
gcj@lists.megacz.com
Tue Apr 2 10:53:00 GMT 2002
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/
More information about the Java
mailing list