diff --git a/src/compiler.h b/src/compiler.h index a88d559..995d239 100644 --- a/src/compiler.h +++ b/src/compiler.h @@ -44,7 +44,9 @@ typedef enum noomC_InstrType : unsigned char { NOOMC_INSTR_SET, NOOMC_INSTR_SETI, +#ifdef NOOM_USE_NFT NOOMC_INSTR_LOAD_NFT, +#endif NOOMC_INSTR_NOP2 = 0xff, } noomC_InstrType; diff --git a/src/noom.h b/src/noom.h index 3958ea8..a0bbec4 100644 --- a/src/noom.h +++ b/src/noom.h @@ -1,4 +1,4 @@ -#define NOOM_USE_NFT 0 +// #define NOOM_USE_NFT typedef enum noom_LuaVersion { // no 5.0, at least for now, cause it doesn't seem to be used much and is a bit *weird*