1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-22 02:15:28 +00:00
Nick Briggs 9a10f63fe6
some cleanups in the arithmetic operations code (#427)
* arithmetic opcode implementations should return LispPTR rather than int

* all callers of ERROR_EXIT() have return type LispPTR, therefore ERROR_EXIT should too

* N_[I]GETNUMBER, [N_]ARITH_SWITCH need (int) casts for some large constants that would otherwise be unsigned

* Expand use of macro N_ARITH_BODY_1_UNSIGNED and correct types

* Remove unused macros N_ARITH_BODY_1 and N_ARITH_BODY_1_UNSIGNED

* Cast to correct type for storing to TopOfStack, and return type of TIMER_EXIT()
2022-07-20 10:28:21 -07:00
..
2021-06-27 19:02:02 -07:00
2022-07-20 10:18:59 -07:00
2021-01-05 10:26:02 -08:00
2021-11-26 19:53:26 -08:00
2021-09-16 17:24:25 -07:00
2021-06-27 19:02:02 -07:00
2021-09-15 10:30:04 -07:00
2021-11-04 09:08:55 -07:00
2021-02-10 20:33:54 -08:00
2021-02-22 11:54:51 +07:00
2020-12-21 18:09:14 +00:00
2021-06-27 19:02:02 -07:00
2021-07-08 15:18:41 -07:00
2021-02-22 09:44:43 -08:00