This is the mail archive of the java-patches@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]

WIN-14: add #undef STRICT to win32-threads.cc



OK to commit?

  - a

2002-02-04  Adam Megacz <adam@xwt.org>

        * win32-threads.cc: #undef STRICT after gc.h inclusion

Index: win32-threads.cc
===================================================================
RCS file: /cvs/gcc/gcc/libjava/win32-threads.cc,v
retrieving revision 1.5
diff -u -r1.5 win32-threads.cc
--- win32-threads.cc    2002/02/02 04:31:34     1.5
+++ win32-threads.cc    2002/02/05 01:06:50
@@ -16,6 +16,7 @@
 extern "C"
 {
 #include <gc.h>
+#undef STRICT
 };
 #endif /* HAVE_BOEHM_GC */


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