Remplace M2_CELL_SIZE

This commit is contained in:
Artemis Tosini 2023-10-22 01:12:19 +00:00
parent 81c25e7800
commit fdede57a24
Signed by: artemist
GPG key ID: EE5227935FE3FF18
4 changed files with 6 additions and 6 deletions

View file

@ -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)

View file

@ -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 *

View file

@ -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;

View file

@ -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 *