diff options
author | Damien George <damien.p.george@gmail.com> | 2014-04-17 17:44:52 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-04-17 17:44:52 +0100 |
commit | 2d1f865d16c5a7e27f5e46c96d087a7ff8a49012 (patch) | |
tree | fbdabf6e17daaebabcc6ddb0e726565b52abdc28 /py/qstr.h | |
parent | eeffbb694809d6ee1434842bc234eb44714c25ac (diff) | |
parent | 70a7d7a94397cbe01fd5457e34f3d3368300f2ac (diff) | |
download | micropython-2d1f865d16c5a7e27f5e46c96d087a7ff8a49012.tar.gz micropython-2d1f865d16c5a7e27f5e46c96d087a7ff8a49012.zip |
Merge branch 'relocatable-build-dir' of github.com:lurch/micropython into lurch-relocatable-build-dir
Diffstat (limited to 'py/qstr.h')
-rw-r--r-- | py/qstr.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -8,7 +8,6 @@ enum { MP_QSTR_NULL = 0, // indicates invalid/no qstr MP_QSTR_ = 1, // the empty qstr #define Q(id, str) MP_QSTR_##id, -// TODO having 'build/py.' here is a bit of a hack, should take config variable from Makefile #include "build/py/qstrdefs.generated.h" #undef Q MP_QSTR_number_of, |