summaryrefslogtreecommitdiff
path: root/py/obj.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-03-29 01:26:02 +0000
committerDamien George <damien.p.george@gmail.com>2014-03-29 01:26:02 +0000
commitc47fd2da8ec705a3c6f51d1a09b7bf4a180a01ff (patch)
tree8304956bd360b2bda7a6f5ee8e9443111da183dd /py/obj.h
parentbcc9298e5bd2049bbee8c1d00482d2695b8e0b70 (diff)
parent1d7553311c70810a6fea2d72b04403b93711389c (diff)
Merge branch 'master' of github.com:micropython/micropython
Diffstat (limited to 'py/obj.h')
-rw-r--r--py/obj.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/obj.h b/py/obj.h
index af38253c5..500ffbdc0 100644
--- a/py/obj.h
+++ b/py/obj.h
@@ -231,6 +231,7 @@ extern const mp_obj_t mp_const_false;
extern const mp_obj_t mp_const_true;
extern const mp_obj_t mp_const_empty_tuple;
extern const mp_obj_t mp_const_ellipsis;
+extern const mp_obj_t mp_const_GeneratorExit;
// General API for objects