projects
/
platform
/
upstream
/
libgc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fa3a61
)
Check that GC_WIN32_PTHREADS is not specified for Cygwin
author
Ivan Maidanski
<ivmai@mail.ru>
Thu, 30 Mar 2017 07:27:43 +0000
(10:27 +0300)
committer
Ivan Maidanski
<ivmai@mail.ru>
Thu, 30 Mar 2017 07:27:43 +0000
(10:27 +0300)
* include/private/gcconfig.h [!CPPCHECK && GC_WIN32_PTHREADS
&& CYGWIN32]: Issue #error (because GC_WIN32_PTHREADS should not be
specified for Cygwin).
include/private/gcconfig.h
patch
|
blob
|
history
diff --git
a/include/private/gcconfig.h
b/include/private/gcconfig.h
index
591c776
..
b805615
100644
(file)
--- a/
include/private/gcconfig.h
+++ b/
include/private/gcconfig.h
@@
-2993,6
+2993,9
@@
&& !defined(MSWINCE)
# error --> inconsistent configuration
#endif
+# if defined(GC_WIN32_PTHREADS) && defined(CYGWIN32)
+# error --> inconsistent configuration
+# endif
#endif /* !CPPCHECK */
#if defined(PCR) || defined(GC_WIN32_THREADS) || defined(GC_PTHREADS) \