1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

cc: add support for tcc backend on windows-i386 (#6297)

This commit is contained in:
Ruofan XU
2020-09-08 21:15:35 +08:00
committed by GitHub
parent 1c5b9db63f
commit 90128ed4ee
4 changed files with 22 additions and 7 deletions

View File

@ -1209,7 +1209,7 @@ fn (mut re RE) impl_compile(in_txt string) (int,int) {
}
// init the state stack
re.state_stack = [StateDotObj{}].repeat(tmp_count+1)
re.state_stack = []StateDotObj{len: tmp_count+1, init: StateDotObj{}}
// OR branch
// a|b|cd