mirror of
https://github.com/vlang/v.git
synced 2025-09-14 15:02:33 +03:00
net.html: quick workaround for a cgen problem for const x = int(0x80000000)
This commit is contained in:
parent
19c08f5e8c
commit
2d12b03435
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
module html
|
module html
|
||||||
|
|
||||||
const null_element = int(0x80000000)
|
const null_element = int(-1)
|
||||||
|
|
||||||
struct Stack {
|
struct Stack {
|
||||||
mut:
|
mut:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue