diff options
| author | David Lechner <david@pybricks.com> | 2021-07-30 10:26:17 -0500 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2021-07-31 16:51:58 +1000 |
| commit | afcc77cebc38020d838e0af5ef4c9b7d3028a6c3 (patch) | |
| tree | cb8eb4862f607599f38e37538d3a6969a3310f39 /py/objzip.c | |
| parent | 4445c73b113d8a35506ae5467559a7302dc79c7a (diff) | |
py/builtinimport: Fix condition for including do_execute_raw_code().
Commit e33bc597 ("py: Remove calls to file reader functions when these
are disabled.") changed the condition for one caller of
do_execute_raw_code() from
MICROPY_PERSISTENT_CODE_LOAD
to
MICROPY_HAS_FILE_READER && MICROPY_PERSISTENT_CODE_LOAD
The condition that enables compiling the function itself needs to be
changed to match.
Signed-off-by: David Lechner <david@pybricks.com>
Diffstat (limited to 'py/objzip.c')
0 files changed, 0 insertions, 0 deletions
