small fixes
gc improvements WIN32 library fixes git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@18 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
*/
|
||||
|
||||
/* utility definitions */
|
||||
#ifdef _WIN32
|
||||
#if defined(_WIN32) || defined(__MINGW32__)
|
||||
#define DUPMAX ((unsigned int)-2) /* xxx is this right? */
|
||||
#else
|
||||
#define DUPMAX _POSIX2_RE_DUP_MAX /* xxx is this right? */
|
||||
|
Reference in New Issue
Block a user