organized flags

This commit is contained in:
2021-01-04 16:20:05 -06:00
parent 752bd533e9
commit ec3552a155
4 changed files with 12 additions and 12 deletions

View File

@@ -6,13 +6,6 @@
#include "cosmo.h"
#include "cstate.h"
/*
SAFE_STACK:
if undefined, the stack will not be checked for stack overflows. This may improve performance, however
this will produce undefined behavior as you reach the stack limit (and may cause a seg fault!). It is recommended to keep this enabled.
*/
#define SAFE_STACK
typedef enum {
COSMOVM_OK,
COSMOVM_RUNTIME_ERR,