diff options
Diffstat (limited to 'py/qstrdefs.h')
-rw-r--r-- | py/qstrdefs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/py/qstrdefs.h b/py/qstrdefs.h index 2271941a05..c2fdffe010 100644 --- a/py/qstrdefs.h +++ b/py/qstrdefs.h @@ -97,6 +97,7 @@ Q(exec) Q(filter) Q(float) Q(getattr) +Q(globals) Q(hash) Q(id) Q(io) @@ -106,6 +107,7 @@ Q(issubclass) Q(iter) Q(len) Q(list) +Q(locals) Q(map) Q(max) Q(min) |