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

@@ -55,7 +55,7 @@ static char sccsid[] = "@(#)regexec.c 8.3 (Berkeley) 3/20/94";
#endif
#include <stdio.h>
#include <stdlib.h>
#if HAVE_CTYPE_H && !defined(_WIN32) && !defined(__CYGWIN__)
#if HAVE_CTYPE_H
#include <ctype.h>
#endif
#if HAVE_STRING_H