zongors-universe-machine/src/common.h

17 lines
275 B
C

#ifndef zlc_common_h
#define zlc_common_h
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
/* #define DEBUG_TRACE_EXECUTION */
/* #define DEBUG_PRINT_CODE */
/* #define DEBUG_STRESS_GC */
/* #define DEBUG_LOG_GC */
#define UINT8_COUNT (UINT8_MAX + 1)
#endif