2020-09-06
2020-09-06 13:29:35 by Henrik Grubbström (Grubba) <grubba@grubba.org>
-
056a64187e3451478601b73faf0526052a141495
(7 lines)
(+4/-3)
[
Show
| Annotate
]
Branch: master
Compiler: Fix LFUN lookup table.
The lfun_names table was not in sync with the LFUN enum.
This caused eg some operations on bignum objects to behave in
unexpected ways.
Fixes build issues on 32-bit architectures.
152: Inside #if defined(PIKE_NEW_LFUN_LOOKUP)
"``+",
"``-",
+ "``*",
+ "``/",
+ "``%",
"``&",
"``|",
"``^",
"``<<",
"``>>",
- "``*",
- "``/",
- "``%",
+
"``**",
0,