mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-24 13:49:50 +00:00
Fix regoff_t conflict
This commit is contained in:
parent
af2f02515f
commit
522d30aea2
@ -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
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user