Uncouple match from uio.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1669 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2005-04-22 02:01:27 +00:00
parent 08064a0c17
commit bb8c70dee9
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -23,7 +23,8 @@
# include <stdio.h>
#endif
#include "iointrn.h"
#define match_INTERNAL
#include "match.h"
#include "mem.h"
#include "uioport.h"
+2 -2
View File
@@ -73,7 +73,7 @@ void match_freeContext(match_MatchContext *context);
/* *** Internal definitions follow *** */
#ifdef uio_INTERNAL
#ifdef match_INTERNAL
#include <sys/types.h>
#ifdef HAVE_REGEX
@@ -174,7 +174,7 @@ const char *match_errorStringRegex(match_RegexContext *context,
void match_freeRegex(match_RegexContext *context);
#endif
#endif /* uio_INTERNAL */
#endif /* match_INTERNAL */
#endif /* _MATCH_H */