summaryrefslogtreecommitdiff
path: root/py/qstrdefs.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-04-09 20:44:37 +0100
committerDamien George <damien.p.george@gmail.com>2014-04-09 20:44:37 +0100
commit038fd52faa5aee18d85278b7f8a1832464e0cf2d (patch)
treecfd81244385163d8a3e306a39339698b9fea4c25 /py/qstrdefs.h
parent5589db88c7e5c1a715343be4bb0d83817f3de905 (diff)
parent3d9a39e211ed98033b6d6fcda5d0771bfb25dc46 (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.h1
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)