mes/include/mes
Jan (janneke) Nieuwenhuizen 1cdbadfe98
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.
2020-09-20 11:32:38 +02:00
..
builtins.h core: make-vector: Move to core. 2020-08-16 16:54:18 +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 assert_msg. 2020-05-17 16:07:04 +02:00
m2.h mescc: Mes C Library: Add M2-Planet support. 2020-07-25 20:00:44 +02:00
macros.h core: Drop support for number based cells. 2020-09-20 11:32:38 +02:00
mes.h core: Drop support for number based cells. 2020-09-20 11:32:38 +02:00
symbols.h core: Remove cell_call_with_current_continuation special. 2020-08-18 11:06:15 +02:00