summaryrefslogtreecommitdiff
path: root/py/runtime.h
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2019-04-16 10:32:38 -0700
committerGitHub <noreply@github.com>2019-04-16 10:32:38 -0700
commitf58446e937ede4735a7ecb0852f2d2739f147cdd (patch)
tree72185232547d424dfe0b61fb7f98ce11378d1e6d /py/runtime.h
parent2d303213ed4ee058c0fc4c541dd7a7181f59d50f (diff)
parent7822d013cd6d379c777f95c73a803b749d1bebe4 (diff)
Merge branch 'master' into master
Diffstat (limited to 'py/runtime.h')
-rw-r--r--py/runtime.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/runtime.h b/py/runtime.h
index e52d3232e..2577c9dd5 100644
--- a/py/runtime.h
+++ b/py/runtime.h
@@ -162,6 +162,7 @@ NORETURN void mp_raise_OSError(int errno_);
NORETURN void mp_raise_OSError_msg(const compressed_string_t *msg);
NORETURN void mp_raise_OSError_msg_varg(const compressed_string_t *fmt, ...);
NORETURN void mp_raise_NotImplementedError(const compressed_string_t *msg);
+NORETURN void mp_raise_NotImplementedError_varg(const compressed_string_t *fmt, ...);
NORETURN void mp_raise_recursion_depth(void);
#if MICROPY_BUILTIN_METHOD_CHECK_SELF_ARG