1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-17 08:33:48 +00:00
Nick Briggs c46fcce307
Fix "warning: incompatible pointer types" in EVAL implementation (#406)
nnewframe() as called from the EVAL implementation expects to be passed
the address of an array of two DLwords.  Do that, and compose the 32-bit
result correctly rather than passing the address of a (32-bit) LispPTR
and then having to swapx() that result to get the expected value.
2021-11-04 20:18:27 -07:00
..
2021-01-05 10:26:02 -08:00
2021-06-27 19:02:02 -07:00
2021-01-05 10:26:02 -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