mes/src
Jan (janneke) Nieuwenhuizen c5ae795773
core: Use casting functions.
Silence all casting errors by using casting functions.

* src/cc.c (cast_charp_to_scmp, cast_charp_to_scmpp,
cast_voidp_to_charp, cast_scmp_to_long, cast_scmp_to_charp): New function.
* src/m2.c (cast_charp_to_scmp, cast_charp_to_scmpp,
cast_voidp_to_charp, cast_scmp_to_long, cast_scmp_to_charp): New function.
* include/mes/mes.h: Declare them.
(struct scm): Add car_value, cdr_value, function.
(g_continuations): Change to long.
* src/mes.c: Silence all casting errors by using casting functions.
2020-12-29 18:11:12 +01:00
..
test core: Switch to pointer cells. 2020-12-29 18:11:12 +01:00
builtins.c core: Use casting functions. 2020-12-29 18:11:12 +01:00
cc.c core: Use casting functions. 2020-12-29 18:11:12 +01:00
core.c core: Switch to pointer cells. 2020-12-29 18:11:12 +01:00
display.c core: Use casting functions. 2020-12-29 18:11:12 +01:00
eval-apply.c core: Switch to pointer cells. 2020-12-29 18:11:12 +01:00
gc.c core: Use casting functions. 2020-12-29 18:11:12 +01:00
hash.c core: Switch to pointer cells. 2020-12-29 18:11:12 +01:00
lib.c core: Use casting functions. 2020-12-29 18:11:12 +01:00
m2.c core: Use casting functions. 2020-12-29 18:11:12 +01:00
math.c core: Switch to pointer cells. 2020-12-29 18:11:12 +01:00
mes.c core: Use casting functions. 2020-12-29 18:11:12 +01:00
module.c core: Switch to pointer cells. 2020-12-29 18:11:12 +01:00
posix.c core: Switch to pointer cells. 2020-12-29 18:11:12 +01:00
reader.c core: Use casting functions. 2020-12-29 18:11:12 +01:00
stack.c core: Switch to pointer cells. 2020-12-29 18:11:12 +01:00
string.c core: Use casting functions. 2020-12-29 18:11:12 +01:00
struct.c core: Switch to pointer cells. 2020-12-29 18:11:12 +01:00
symbol.c core: Use casting functions. 2020-12-29 18:11:12 +01:00
vector.c core: Switch to pointer cells. 2020-12-29 18:11:12 +01:00