mes/src
Jan (janneke) Nieuwenhuizen 8f2bc16e7a
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-10-18 15:44:49 +02:00
..
test core: Switch to pointer cells. 2020-10-18 11:34:32 +02:00
builtins.c core: Use casting functions. 2020-10-18 15:44:49 +02:00
cc.c core: Use casting functions. 2020-10-18 15:44:49 +02:00
core.c core: Switch to pointer cells. 2020-10-18 11:34:32 +02:00
display.c core: Use casting functions. 2020-10-18 15:44:49 +02:00
eval-apply.c core: Switch to pointer cells. 2020-10-18 11:34:32 +02:00
gc.c core: Use casting functions. 2020-10-18 15:44:49 +02:00
hash.c core: Switch to pointer cells. 2020-10-18 11:34:32 +02:00
lib.c core: Use casting functions. 2020-10-18 15:44:49 +02:00
m2.c core: Use casting functions. 2020-10-18 15:44:49 +02:00
math.c core: Switch to pointer cells. 2020-10-18 11:34:32 +02:00
mes.c core: Use casting functions. 2020-10-18 15:44:49 +02:00
module.c core: Switch to pointer cells. 2020-10-18 11:34:32 +02:00
posix.c core: Switch to pointer cells. 2020-10-18 11:34:32 +02:00
reader.c core: Use casting functions. 2020-10-18 15:44:49 +02:00
stack.c core: Switch to pointer cells. 2020-10-18 11:34:32 +02:00
string.c core: Use casting functions. 2020-10-18 15:44:49 +02:00
struct.c core: Switch to pointer cells. 2020-10-18 11:34:32 +02:00
symbol.c core: Use casting functions. 2020-10-18 15:44:49 +02:00
vector.c core: Switch to pointer cells. 2020-10-18 11:34:32 +02:00