Remplace M2_CELL_SIZE
This commit is contained in:
parent
81c25e7800
commit
fdede57a24
2
src/gc.c
2
src/gc.c
|
@ -32,7 +32,7 @@
|
|||
int g_dump_filedes;
|
||||
|
||||
#define M2_CELL_SIZE 1U
|
||||
// CONSTANT M2_CELL_SIZE 12
|
||||
// CONSTANT M2_CELL_SIZE 24
|
||||
|
||||
char *
|
||||
cell_bytes (struct scm *x)
|
||||
|
|
|
@ -27,10 +27,10 @@
|
|||
|
||||
#if __M2_PLANET__
|
||||
#define M2_CELL_SIZE 12
|
||||
// CONSTANT M2_CELL_SIZE 12
|
||||
// CONSTANT M2_CELL_SIZE 24
|
||||
#else
|
||||
#define M2_CELL_SIZE 1
|
||||
// CONSTANT M2_CELL_SIZE 12
|
||||
// CONSTANT M2_CELL_SIZE 24
|
||||
#endif
|
||||
|
||||
struct scm *
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#include <string.h>
|
||||
|
||||
#define M2_CELL_SIZE 1
|
||||
// CONSTANT M2_CELL_SIZE 12
|
||||
// CONSTANT M2_CELL_SIZE 24
|
||||
|
||||
int g_debug;
|
||||
|
||||
|
|
|
@ -23,10 +23,10 @@
|
|||
|
||||
#if __M2_PLANET__
|
||||
#define M2_CELL_SIZE 12
|
||||
// CONSTANT M2_CELL_SIZE 12
|
||||
// CONSTANT M2_CELL_SIZE 24
|
||||
#else
|
||||
#define M2_CELL_SIZE 1
|
||||
// CONSTANT M2_CELL_SIZE 12
|
||||
// CONSTANT M2_CELL_SIZE 24
|
||||
#endif
|
||||
|
||||
struct scm *
|
||||
|
|
Loading…
Reference in a new issue