commit | f469c764428230363a2b22fedf303d86eea82853 | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | Thu Jun 16 01:40:31 2016 +0300 |
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | Thu Jun 16 01:42:48 2016 +0300 |
tree | 5e4544f9114a86f337919e4ad0f1cbfcf5895502 | |
parent | b5190f1df35ff3cd3731a8cb0da5ab549a1d86e6 [diff] [blame] |
py: Rename __QSTR_EXTRACT flag to NO_QSTR. It has more usages than just qstr extraction, for example, embedding (where people don't care about efficient predefined qstrs).
diff --git a/py/qstr.h b/py/qstr.h index 1989ebe..8c63fbb 100644 --- a/py/qstr.h +++ b/py/qstr.h
@@ -37,7 +37,7 @@ // first entry in enum will be MP_QSTR_NULL=0, which indicates invalid/no qstr enum { -#ifndef __QSTR_EXTRACT +#ifndef NO_QSTR #define QDEF(id, str) id, #include "genhdr/qstrdefs.generated.h" #undef QDEF