core: Remove dead macros.

* include/mes/macros.h (CSTRING_STRUCT, START, LEN): Remove.
This commit is contained in:
Jan (janneke) Nieuwenhuizen 2020-05-19 08:49:55 +02:00 committed by Jan Nieuwenhuizen
parent 7baa9d7d08
commit 214630c2f8
No known key found for this signature in database
GPG Key ID: A781B6A92F5C71D6
1 changed files with 0 additions and 3 deletions

View File

@ -32,15 +32,12 @@
#define BYTES(x) g_cells[x].car
#define LENGTH(x) g_cells[x].car
#define REF(x) g_cells[x].car
#define START(x) (g_cells[x].car >> 16)
#define LEN(x) (g_cells[x].car & 0xffff)
#define VARIABLE(x) g_cells[x].car
#define CLOSURE(x) g_cells[x].cdr
#define CONTINUATION(x) g_cells[x].cdr
#define CBYTES(x) (char*)&g_cells[x].cdr
#define CSTRING_STRUCT(x) (char*)&g_cells[x.cdr].cdr
#define MACRO(x) g_cells[x].car
#define NAME(x) g_cells[x].cdr