mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
regex: fix compilation
This commit is contained in:
parent
ea31f75098
commit
cb43084e26
@ -326,7 +326,7 @@ pub mut:
|
||||
// Debug/log
|
||||
debug int // enable in order to have the unroll of the code 0 = NO_DEBUG, 1 = LIGHT 2 = VERBOSE
|
||||
log_func FnLog = simple_log // log function, can be customized by the user
|
||||
query string = "" // query string
|
||||
query string // query string
|
||||
}
|
||||
|
||||
// Reset RE object
|
||||
|
@ -141,8 +141,8 @@ match_test_suite_re = [
|
||||
struct TestItemCGroup {
|
||||
src string
|
||||
q string
|
||||
s int = 0
|
||||
e int = 0
|
||||
s int
|
||||
e int
|
||||
cg []int
|
||||
cgn map[string]int
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user