aboutsummaryrefslogtreecommitdiff
path: root/py/qstrdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'py/qstrdefs.h')
-rw-r--r--py/qstrdefs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/py/qstrdefs.h b/py/qstrdefs.h
index f183c256f..e91d36070 100644
--- a/py/qstrdefs.h
+++ b/py/qstrdefs.h
@@ -167,6 +167,9 @@ Q(divmod)
Q(enumerate)
Q(eval)
Q(exec)
+#if MICROPY_PY_BUILTINS_EXECFILE
+Q(execfile)
+#endif
Q(filter)
#if MICROPY_PY_BUILTINS_FLOAT
Q(float)