summaryrefslogtreecommitdiffstatshomepage
path: root/py/builtintables.h
diff options
context:
space:
mode:
Diffstat (limited to 'py/builtintables.h')
-rw-r--r--py/builtintables.h4
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;