mirror of
https://github.com/janet-lang/janet
synced 2024-11-05 16:26:17 +00:00
Patch fix for #1210
This commit is contained in:
parent
d91c95bf92
commit
ebb6fe5be3
@ -580,7 +580,7 @@ DIVMETHODINVERT(uint64_t, u64, mod, %)
|
||||
OPMETHOD(uint64_t, u64, and, &)
|
||||
OPMETHOD(uint64_t, u64, or, |)
|
||||
OPMETHOD(uint64_t, u64, xor, ^)
|
||||
UNARYMETHOD(int64_t, u64, not, ~)
|
||||
UNARYMETHOD(uint64_t, u64, not, ~)
|
||||
OPMETHOD(uint64_t, u64, lshift, <<)
|
||||
OPMETHOD(uint64_t, u64, rshift, >>)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user