Fix regoff_t conflict

This commit is contained in:
pancake 2016-02-21 03:45:41 +01:00
parent af2f02515f
commit 522d30aea2
2 changed files with 1 additions and 3 deletions

View File

@ -17,8 +17,6 @@ typedef struct r_regmatch_t {
off_t rm_eo; /* end of match */
} RRegexMatch;
typedef int regoff_t;
/* regcomp() flags */
#define R_REGEX_BASIC 0000
#define R_REGEX_EXTENDED 0001

View File

@ -493,7 +493,7 @@ backref(struct match *m, char *start, char *stop, sopno startst, sopno stopst,
size_t len;
int hard;
sop s;
regoff_t offsave;
ut64 offsave;
cset *cs;
AT("back", start, stop, startst, stopst);