Query
Thursday 10 March 2022
2022-03-10 11:37:34 (2 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/operators.c (+13/-3)(16 lines)
- pike/src/svalue.h (+9/-1)(10 lines)
- pike/src/testsuite.in (+6/-1)(7 lines)
branch: master
Compiler [Typechecker]: Improved type for predef::`+().
The type resulting from adding strings with integers and/or floats
should now be reasonably correct.
Also adds a few new type macros.