diff options
Diffstat (limited to 'py/compile.h')
-rw-r--r-- | py/compile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/compile.h b/py/compile.h index d4a17b7a81..10fd603f2e 100644 --- a/py/compile.h +++ b/py/compile.h @@ -1,3 +1,4 @@ +// These must fit in 8 bits; see scope.h enum { MP_EMIT_OPT_NONE, MP_EMIT_OPT_BYTE_CODE, |