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:
@@ -23,7 +23,8 @@
|
||||
# include <stdio.h>
|
||||
#endif
|
||||
|
||||
#include "iointrn.h"
|
||||
#define match_INTERNAL
|
||||
|
||||
#include "match.h"
|
||||
#include "mem.h"
|
||||
#include "uioport.h"
|
||||
|
||||
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user