mes/src
Jan (janneke) Nieuwenhuizen d7c4fae997
core: Prepare for M2-Planet: if (foo).
Rewrite C-constructs not supported by M2-Planet

    if (foo)              -> if (foo != 0)

* src/posix.c: Rewrite C-constructs not supported by M2-Planet.
(current_input_port): Likewise.
* src/display.c (display_helper): : Likewise.
* src/eval-apply.c (expand_variable_): : Likewise.
(eval_apply): : Likewise.
* src/mes.c (open_boot): : Likewise.
* src/reader.c (reader_read_identifier_or_number): : Likewise.
* src/symbols.c (init_symbol): : Likewise.
2020-07-18 08:53:42 +02:00
..
builtins.c core: Prepare for M2-Planet: VALUE/TYPE indirections. 2020-07-17 14:30:01 +02:00
display.c core: Prepare for M2-Planet: if (foo). 2020-07-18 08:53:42 +02:00
eval-apply.c core: Prepare for M2-Planet: if (foo). 2020-07-18 08:53:42 +02:00
gc.c core: Prepare for M2-Planet: M2_CELL_SIZE. 2020-07-16 21:56:49 +02:00
hash.c core: Outline hashq_get_handle, hash_set_x_. 2020-07-17 15:25:37 +02:00
lib.c core: last_pair: Prepare for M2-Planet. 2020-07-16 21:25:06 +02:00
math.c core: Prepare for M2-Planet: VALUE/TYPE indirections. 2020-07-17 14:30:01 +02:00
mes.c core: Prepare for M2-Planet: if (foo). 2020-07-18 08:53:42 +02:00
module.c core: Upcase register names. 2020-05-17 22:32:53 +02:00
posix.c core: Prepare for M2-Planet: if (foo). 2020-07-18 08:53:42 +02:00
reader.c core: Prepare for M2-Planet: if (foo). 2020-07-18 08:53:42 +02:00
string.c core: Prepare for M2-Planet: VALUE/TYPE indirections. 2020-07-17 14:30:01 +02:00
struct.c core: Prepare for pointer cells. 2020-07-14 15:57:49 +02:00
symbol.c core: Prepare for M2-Planet: if (foo). 2020-07-18 08:53:42 +02:00
vector.c core: Prepare for M2-Planet: M2_CELL_SIZE. 2020-07-16 21:56:49 +02:00