summaryrefslogtreecommitdiff
path: root/py
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2019-02-19 13:22:42 -0500
committerGitHub <noreply@github.com>2019-02-19 13:22:42 -0500
commit1177c32679e84f428c0044580256d6ad35251080 (patch)
tree57e27bdd5f0613180cb6cdcf02435cfdaf8292e8 /py
parentef802c91e742e2affc604370c291b9bde3777533 (diff)
parentb0c2c3c756546fc07623415563014844ae4ac54c (diff)
Merge pull request #1562 from debrouxl/minor_improvements_and_fixes
Minor fixes
Diffstat (limited to 'py')
-rw-r--r--py/circuitpy_mpconfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/circuitpy_mpconfig.h b/py/circuitpy_mpconfig.h
index 884ec5983..c70d52a7b 100644
--- a/py/circuitpy_mpconfig.h
+++ b/py/circuitpy_mpconfig.h
@@ -204,6 +204,7 @@ typedef long mp_off_t;
#ifdef LONGINT_IMPL_LONGLONG
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_LONGLONG)
+#define MP_SSIZE_MAX (0x7fffffff)
#endif