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:
vsc
2001-04-26 14:44:43 +00:00
parent 6f3d55651c
commit 47e595a624
9 changed files with 71 additions and 19 deletions

View File

@@ -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? */