diff options
| author | John R. Lenton <jlenton@gmail.com> | 2014-01-05 22:11:01 +0000 |
|---|---|---|
| committer | John R. Lenton <jlenton@gmail.com> | 2014-01-05 22:11:01 +0000 |
| commit | 8428b8f3c94fb4adab6b094c1e0718168ebd8cbd (patch) | |
| tree | 06cfd0bcfb68771884761209939c47adc8457657 /py/objcell.c | |
| parent | f1c6ad46afa3eaf6df999cd51eb406110b6cac69 (diff) | |
| parent | 12e2656472bf53e467c066eda6f3e177a97210ca (diff) | |
Merge remote-tracking branch 'upstream/master' into list_insert
Diffstat (limited to 'py/objcell.c')
| -rw-r--r-- | py/objcell.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/objcell.c b/py/objcell.c index cba198057..daaa340a7 100644 --- a/py/objcell.c +++ b/py/objcell.c @@ -27,6 +27,7 @@ const mp_obj_type_t cell_type = { { &mp_const_type }, "cell", NULL, // print + NULL, // make_new NULL, // call_n NULL, // unary_op NULL, // binary_op |
