mes/src
Jan Nieuwenhuizen 91047c1a66
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.
2019-10-26 20:51:15 +02:00
..
builtins.c core: Prepare for M2-Planet: VALUE/TYPE indirections. 2019-10-26 20:51:15 +02:00
display.c core: Prepare for M2-Planet: if (foo). 2019-10-26 20:51:15 +02:00
eval-apply.c core: Prepare for M2-Planet: if (foo). 2019-10-26 20:51:15 +02:00
gc.c core: Prepare for M2-Planet: M2_CELL_SIZE. 2019-10-26 20:51:15 +02:00
hash.c core: Outline hashq_get_handle, hash_set_x_. 2019-10-26 20:51:15 +02:00
lib.c core: last_pair: Prepare for M2-Planet. 2019-10-26 20:51:13 +02:00
math.c core: Prepare for M2-Planet: VALUE/TYPE indirections. 2019-10-26 20:51:15 +02:00
mes.c core: Prepare for M2-Planet: if (foo). 2019-10-26 20:51:15 +02:00
module.c core: Upcase register names. 2019-10-26 20:51:10 +02:00
posix.c core: Prepare for M2-Planet: if (foo). 2019-10-26 20:51:15 +02:00
reader.c core: Prepare for M2-Planet: if (foo). 2019-10-26 20:51:15 +02:00
string.c core: Prepare for M2-Planet: VALUE/TYPE indirections. 2019-10-26 20:51:15 +02:00
struct.c core: Prepare for pointer-based cells. 2019-10-26 20:51:11 +02:00
symbol.c core: Prepare for M2-Planet: if (foo). 2019-10-26 20:51:15 +02:00
vector.c core: Prepare for pointer-based cells. 2019-10-26 20:51:11 +02:00