small bug fixes

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1213 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2004-12-16 06:08:57 +00:00
parent 7acacd1618
commit 319207d3c6
5 changed files with 16 additions and 15 deletions

View File

@@ -51,7 +51,7 @@ static char sccsid[] = "@(#)regcomp.c 8.5 (Berkeley) 3/20/94";
#if HAVE_STRING_H
#include <string.h>
#endif
#if HAVE_CTYPE_H && !defined(_WIN32) && !defined(__CYGWIN__)
#if HAVE_CTYPE_H
#include <ctype.h>
#endif
#if HAVE_LIMITS_H