mes/include/mes
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
..
builtins.h core: Switch to pointer cells. 2020-10-18 11:34:32 +02:00
cc.h core: Drop support for number based cells. 2020-09-20 11:32:38 +02:00
constants.h core: gc: Prepare for pointer cells, M2-Planet. 2020-08-16 14:45:18 +02:00
lib-mini.h mescc: Mes C Library: Support gcc-10. 2020-10-06 13:13:44 +02:00
lib.h core: Use casting functions. 2020-10-18 15:44:49 +02:00
mes.h core: Use casting functions. 2020-10-18 15:44:49 +02:00
symbols.h core: Switch to pointer cells. 2020-10-18 11:34:32 +02:00