summaryrefslogtreecommitdiff
path: root/py/compile.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-05-12 22:35:37 +0100
committerDamien George <damien.p.george@gmail.com>2014-05-12 22:35:37 +0100
commit96f137b24a6c0b2e1e3c6f5fb8617b8a7f7896d6 (patch)
tree5e9b6751ee1d8ec2585e7f6fbd8b4f66a8e2d35d /py/compile.h
parentf42dbb98d10104df4d0db65c89e1788035ca6788 (diff)
py: Rename BYTE_CODE to BYTECODE (this was missed in previous rename).
Diffstat (limited to 'py/compile.h')
-rw-r--r--py/compile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/compile.h b/py/compile.h
index 460637897..52c42aff4 100644
--- a/py/compile.h
+++ b/py/compile.h
@@ -27,7 +27,7 @@
// These must fit in 8 bits; see scope.h
enum {
MP_EMIT_OPT_NONE,
- MP_EMIT_OPT_BYTE_CODE,
+ MP_EMIT_OPT_BYTECODE,
MP_EMIT_OPT_NATIVE_PYTHON,
MP_EMIT_OPT_VIPER,
MP_EMIT_OPT_ASM_THUMB,