Skip to content

Commit

Permalink
net.html: quick workaround for a cgen problem for `const x = int(0x80…
Browse files Browse the repository at this point in the history
…000000)`
  • Loading branch information
spytheman committed Jun 1, 2024
1 parent 19c08f5 commit 2d12b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vlib/net/html/data_structures.v
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module html

const null_element = int(0x80000000)
const null_element = int(-1)

struct Stack {
mut:
Expand Down

0 comments on commit 2d12b03

Please sign in to comment.