diff options
| author | Damien George <damien.p.george@gmail.com> | 2014-04-09 20:44:37 +0100 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2014-04-09 20:44:37 +0100 |
| commit | 038fd52faa5aee18d85278b7f8a1832464e0cf2d (patch) | |
| tree | cfd81244385163d8a3e306a39339698b9fea4c25 /py/qstrdefs.h | |
| parent | 5589db88c7e5c1a715343be4bb0d83817f3de905 (diff) | |
| parent | 3d9a39e211ed98033b6d6fcda5d0771bfb25dc46 (diff) | |
Merge branch 'str-index' of github.com:xbe/micropython into xbe-str-index
Diffstat (limited to 'py/qstrdefs.h')
| -rw-r--r-- | py/qstrdefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/qstrdefs.h b/py/qstrdefs.h index 0c2c032f2..342160bbc 100644 --- a/py/qstrdefs.h +++ b/py/qstrdefs.h @@ -183,6 +183,7 @@ Q(union) Q(update) Q(find) Q(rfind) +Q(rindex) Q(split) Q(startswith) Q(replace) |
