projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Removed obsolete file
[wxWidgets.git]
/
src
/
regex
/
regexec.c
diff --git
a/src/regex/regexec.c
b/src/regex/regexec.c
index a1037648e793e59c47ee1c408bcc0273006c9304..d64bc28fcb2d49d81cab3a1cae085b8a6f5abdec 100644
(file)
--- a/
src/regex/regexec.c
+++ b/
src/regex/regexec.c
@@
-5,13
+5,17
@@
* macros that code uses. This lets the same code operate on two different
* representations for state sets.
*/
* macros that code uses. This lets the same code operate on two different
* representations for state sets.
*/
+#if defined(__MWERKS__) && !defined(__MACH__)
+typedef long off_t ;
+#else
#include <sys/types.h>
#include <sys/types.h>
+#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <limits.h>
#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <limits.h>
#include <ctype.h>
-#include
<regex.h>
+#include
"regex.h"
#include "utils.h"
#include "regex2.h"
#include "utils.h"
#include "regex2.h"