diff options
Diffstat (limited to 'py/nativeglue.c')
-rw-r--r-- | py/nativeglue.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/py/nativeglue.c b/py/nativeglue.c index d269650adb..235c4a4dbe 100644 --- a/py/nativeglue.c +++ b/py/nativeglue.c @@ -125,6 +125,8 @@ void *const mp_fun_table[MP_F_NUMBER_OF] = { #endif mp_unpack_sequence, mp_unpack_ex, + mp_delete_name, + mp_delete_global, }; /* |