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/runtime.h | |
| parent | f1c6ad46afa3eaf6df999cd51eb406110b6cac69 (diff) | |
| parent | 12e2656472bf53e467c066eda6f3e177a97210ca (diff) | |
Merge remote-tracking branch 'upstream/master' into list_insert
Diffstat (limited to 'py/runtime.h')
| -rw-r--r-- | py/runtime.h | 15 | 
1 files changed, 0 insertions, 15 deletions
| diff --git a/py/runtime.h b/py/runtime.h index cf9180275..96f1671f6 100644 --- a/py/runtime.h +++ b/py/runtime.h @@ -1,18 +1,3 @@ -extern qstr rt_q_append; -extern qstr rt_q_pop; -extern qstr rt_q_sort; -extern qstr rt_q_join; -extern qstr rt_q_format; -extern qstr rt_q___build_class__; -extern qstr rt_q___next__; -extern qstr rt_q_AttributeError; -extern qstr rt_q_IndexError; -extern qstr rt_q_KeyError; -extern qstr rt_q_NameError; -extern qstr rt_q_TypeError; -extern qstr rt_q_SyntaxError; -extern qstr rt_q_ValueError; -  int rt_is_true(mp_obj_t arg);  mp_obj_t rt_load_const_dec(qstr qstr); | 
