mes/include/mes
Jan (janneke) Nieuwenhuizen f49a3e91cf core: Drop support for number based cells.
This removes the POINTER_CELLS define and all its references.

* simple.make (CFLAGS): Remove -D POINTER_CELLS.
* include/mes/mes.h: Remove #define POINTER_CELLS.
* include/mes/cc.h: Remove !POINTER_CELLS branches.
* include/mes/macros.h: Likewise.
* src/gc.c: Likewise.
* src/symbol.c: Likewise.
* src/test/gc.c: Likewise.
2022-04-30 08:41:48 +02:00
..
builtins.h core: make-vector: Move to core. 2022-04-30 08:41:48 +02:00
cc.h core: Drop support for number based cells. 2022-04-30 08:41:48 +02:00
constants.h core: gc: Prepare for pointer cells, M2-Planet. 2022-04-30 08:41:48 +02:00
lib-mini.h mescc: Mes C Library: Support gcc-10. 2020-10-06 13:13:44 +02:00
lib.h core: Use assert_msg. 2022-04-30 08:41:47 +02:00
m2.h mescc: Mes C Library: Add M2-Planet support. 2022-04-30 08:41:48 +02:00
macros.h core: Drop support for number based cells. 2022-04-30 08:41:48 +02:00
mes.h core: Drop support for number based cells. 2022-04-30 08:41:48 +02:00
symbols.h core: Remove cell_call_with_current_continuation special. 2022-04-30 08:41:48 +02:00