[liba] Define SEEK_CUR

For some reason it was defined in Python and raised re-def errors
This commit is contained in:
Romain Goyet
2020-04-03 22:42:28 -04:00
committed by EmilieNumworks
parent 6de90d97a4
commit a840e7fb05
2 changed files with 1 additions and 2 deletions

View File

@@ -119,8 +119,6 @@ typedef uintptr_t mp_uint_t; // must be pointer size
typedef long mp_off_t;
#define SEEK_CUR 1
// extra built in names to add to the global namespace
#define MICROPY_PORT_BUILTINS \
{ MP_OBJ_NEW_QSTR(MP_QSTR_open), (mp_obj_t)&mp_builtin_open_obj }, \