summaryrefslogtreecommitdiff
path: root/py/qstr.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-04-12 17:53:05 +0100
committerDamien George <damien.p.george@gmail.com>2014-04-12 17:53:05 +0100
commit2813cb6043fa9884b87b7ce23a85e97a9ed304e7 (patch)
tree7528c3c0ba52cd09271b7b25a604e95c24905d9a /py/qstr.h
parentd6c5d398fe4c5d46073ab94a75c932899a730472 (diff)
py: Add 'static' to inline function MP_BOOL; remove category_t.
Small fixes to get it compiling with ARMCC. I have no idea why category_t was in the enum definition for qstrs...
Diffstat (limited to 'py/qstr.h')
-rw-r--r--py/qstr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/qstr.h b/py/qstr.h
index 779ebcb4a..994c41808 100644
--- a/py/qstr.h
+++ b/py/qstr.h
@@ -12,7 +12,7 @@ enum {
#include "build/py/qstrdefs.generated.h"
#undef Q
MP_QSTR_number_of,
-} category_t;
+};
typedef machine_uint_t qstr;