projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
show and hide implementation added
[wxWidgets.git]
/
src
/
regex
/
regexec.c
diff --git
a/src/regex/regexec.c
b/src/regex/regexec.c
index 7e314950e7501cf7f88904aeb7e0368ec7d47d1e..225c4d5ec77b66517c2bef519c28a87d4e2b5cc8 100644
(file)
--- a/
src/regex/regexec.c
+++ b/
src/regex/regexec.c
@@
-5,7
+5,11
@@
* macros that code uses. This lets the same code operate on two different
* representations for state sets.
*/
+#ifdef __MWERKS__
+typedef long off_t ;
+#else
#include <sys/types.h>
+#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h>