summaryrefslogtreecommitdiffstatshomepage
path: root/py/emitcpy.c
diff options
context:
space:
mode:
Diffstat (limited to 'py/emitcpy.c')
-rw-r--r--py/emitcpy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/py/emitcpy.c b/py/emitcpy.c
index 596e04eb82..6e3543da31 100644
--- a/py/emitcpy.c
+++ b/py/emitcpy.c
@@ -14,7 +14,7 @@
#include "runtime.h"
#include "emit.h"
-#ifdef MICROPY_EMIT_ENABLE_CPYTHON
+#if MICROPY_EMIT_CPYTHON
struct _emit_t {
int pass;
@@ -925,4 +925,4 @@ const emit_method_table_t emit_cpython_method_table = {
emit_cpy_yield_from,
};
-#endif // MICROPY_EMIT_ENABLE_CPYTHON
+#endif // MICROPY_EMIT_CPYTHON