diff options
author | Damien George <damien.p.george@gmail.com> | 2014-06-03 10:46:36 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-06-03 10:46:36 +0100 |
commit | 07995e947967b7159cf88c48c2f09463015c1d45 (patch) | |
tree | 7affa52a8ac05faa07ec777a319015731a5abc73 /py/lexer.h | |
parent | 509c7a7854f24c202832d8fb1369130bf8908261 (diff) | |
parent | 411732e93bcbeb529bc5f9722015b61c63eef3c5 (diff) | |
download | micropython-07995e947967b7159cf88c48c2f09463015c1d45.tar.gz micropython-07995e947967b7159cf88c48c2f09463015c1d45.zip |
Merge pull request #649 from pfalcon/multi-opt
Support multiple bytecode optimisation levels
Diffstat (limited to 'py/lexer.h')
-rw-r--r-- | py/lexer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/py/lexer.h b/py/lexer.h index b302cb2db1..24cae1e252 100644 --- a/py/lexer.h +++ b/py/lexer.h @@ -176,3 +176,5 @@ typedef enum { mp_import_stat_t mp_import_stat(const char *path); mp_lexer_t *mp_lexer_new_from_file(const char *filename); + +extern uint mp_optimise_value; |