net.html: quick workaround for a cgen problem for const x = int(0x80000000)

This commit is contained in:
Delyan Angelov 2024-06-01 11:29:09 +03:00
parent 19c08f5e8c
commit 2d12b03435
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED

View file

@ -1,6 +1,6 @@
module html
const null_element = int(0x80000000)
const null_element = int(-1)
struct Stack {
mut: