diff options
author | Damien George <damien.p.george@gmail.com> | 2014-09-17 23:17:26 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-09-17 23:17:26 +0100 |
commit | 3d61528fe7d38649335dee780110b3818a0ab94c (patch) | |
tree | 51ea151b38fd7f61f0639a21353452f8650e4d9c /py/qstrdefs.h | |
parent | 612045f53f7e5edf9faa359ee9ee52d490d58000 (diff) |
py: Add 'builtins' module.
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 41ffa1d20..a69ae1c69 100644 --- a/py/qstrdefs.h +++ b/py/qstrdefs.h @@ -86,6 +86,8 @@ Q(align) Q(data) #endif +Q(builtins) + Q(Ellipsis) Q(StopIteration) |