diff options
Diffstat (limited to 'py/builtintables.h')
-rw-r--r-- | py/builtintables.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/py/builtintables.h b/py/builtintables.h index 9b22b66e03..caea79f31c 100644 --- a/py/builtintables.h +++ b/py/builtintables.h @@ -1,2 +1,2 @@ -mp_obj_t mp_builtin_tables_lookup_object(qstr q); -mp_obj_t mp_builtin_tables_lookup_module(qstr q); +extern const mp_obj_dict_t mp_builtin_object_dict_obj; +extern const mp_obj_dict_t mp_builtin_module_dict_obj; |