mirror of
https://github.com/janet-lang/janet
synced 2025-06-10 10:34:13 +00:00
Copy paste error.
This commit is contained in:
parent
7e65c2bdad
commit
1467ab4f93
@ -521,7 +521,7 @@ OPMETHOD(int64_t, s64, mul, *)
|
|||||||
DIVMETHOD_SIGNED(int64_t, s64, div, /)
|
DIVMETHOD_SIGNED(int64_t, s64, div, /)
|
||||||
DIVMETHOD_SIGNED(int64_t, s64, rem, %)
|
DIVMETHOD_SIGNED(int64_t, s64, rem, %)
|
||||||
DIVMETHODINVERT_SIGNED(int64_t, s64, divi, /)
|
DIVMETHODINVERT_SIGNED(int64_t, s64, divi, /)
|
||||||
DIVMETHODINVERT_SIGNED(int64_t, s64, remi, /)
|
DIVMETHODINVERT_SIGNED(int64_t, s64, remi, %)
|
||||||
OPMETHOD(int64_t, s64, and, &)
|
OPMETHOD(int64_t, s64, and, &)
|
||||||
OPMETHOD(int64_t, s64, or, |)
|
OPMETHOD(int64_t, s64, or, |)
|
||||||
OPMETHOD(int64_t, s64, xor, ^)
|
OPMETHOD(int64_t, s64, xor, ^)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user