mes/src
Jan (janneke) Nieuwenhuizen 9bbcb02f94 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.
2022-04-30 08:41:48 +02:00
..
builtins.c core: Prepare for M2-Planet: VALUE/TYPE indirections. 2022-04-30 08:41:48 +02:00
display.c core: Prepare for M2-Planet: if (foo). 2022-04-30 08:41:48 +02:00
eval-apply.c core: Prepare for M2-Planet: if (foo). 2022-04-30 08:41:48 +02:00
gc.c core: Prepare for M2-Planet: M2_CELL_SIZE. 2022-04-30 08:41:48 +02:00
hash.c core: Outline hashq_get_handle, hash_set_x_. 2022-04-30 08:41:48 +02:00
lib.c core: last_pair: Prepare for M2-Planet. 2022-04-30 08:41:48 +02:00
math.c core: Prepare for M2-Planet: VALUE/TYPE indirections. 2022-04-30 08:41:48 +02:00
mes.c core: Prepare for M2-Planet: if (foo). 2022-04-30 08:41:48 +02:00
module.c core: Upcase register names. 2022-04-30 08:41:47 +02:00
posix.c core: Prepare for M2-Planet: if (foo). 2022-04-30 08:41:48 +02:00
reader.c core: Prepare for M2-Planet: if (foo). 2022-04-30 08:41:48 +02:00
string.c core: Prepare for M2-Planet: VALUE/TYPE indirections. 2022-04-30 08:41:48 +02:00
struct.c core: Prepare for pointer cells. 2022-04-30 08:41:48 +02:00
symbol.c core: Prepare for M2-Planet: if (foo). 2022-04-30 08:41:48 +02:00
vector.c core: Prepare for M2-Planet: M2_CELL_SIZE. 2022-04-30 08:41:48 +02:00