summaryrefslogtreecommitdiff
path: root/py/qstrdefs.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-04-11 23:26:18 +0100
committerDamien George <damien.p.george@gmail.com>2014-04-11 23:26:18 +0100
commitc42e4b6c5364eae3c3db23627d2b3c661c0c2580 (patch)
tree18c864fad94f94bbbab936594c6ff545c01cf72d /py/qstrdefs.h
parent8b19db00aa78e13793185b8734840c88c2938d5b (diff)
parentb9b1c00c8af9e4d654aed30f8f98875657f14891 (diff)
Merge branch 'master' of github.com:micropython/micropython
Diffstat (limited to 'py/qstrdefs.h')
-rw-r--r--py/qstrdefs.h3
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__)