diff options
| author | Damien George <damien.p.george@gmail.com> | 2014-04-11 23:26:18 +0100 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2014-04-11 23:26:18 +0100 |
| commit | c42e4b6c5364eae3c3db23627d2b3c661c0c2580 (patch) | |
| tree | 18c864fad94f94bbbab936594c6ff545c01cf72d /py/qstrdefs.h | |
| parent | 8b19db00aa78e13793185b8734840c88c2938d5b (diff) | |
| parent | b9b1c00c8af9e4d654aed30f8f98875657f14891 (diff) | |
Merge branch 'master' of github.com:micropython/micropython
Diffstat (limited to 'py/qstrdefs.h')
| -rw-r--r-- | py/qstrdefs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/py/qstrdefs.h b/py/qstrdefs.h index 17948434b..d52b870e6 100644 --- a/py/qstrdefs.h +++ b/py/qstrdefs.h @@ -1,6 +1,6 @@ +#include "mpconfig.h" // All the qstr definitions in this file are available as constants. // That is, they are in ROM and you can reference them simply as MP_QSTR_xxxx. -// TODO make it so we can use #defines here to select only those words that will be used Q(__build_class__) Q(__class__) @@ -13,6 +13,7 @@ Q(__module__) Q(__name__) Q(__next__) Q(__qualname__) +Q(__path__) Q(__repl_print__) Q(__bool__) |
