Micro python: Remove typedef of wint_t
This commit is contained in:
parent
9a23be0cd2
commit
917e94231c
@ -99,7 +99,6 @@
|
|||||||
* Public Types
|
* Public Types
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
typedef int wint_t; /* For newlib's math.h. See wchar_t */
|
|
||||||
typedef intptr_t mp_int_t; /* must be pointer size */
|
typedef intptr_t mp_int_t; /* must be pointer size */
|
||||||
typedef uintptr_t mp_uint_t; /* must be pointer size */
|
typedef uintptr_t mp_uint_t; /* must be pointer size */
|
||||||
typedef void *machine_ptr_t; /* must be of pointer size */
|
typedef void *machine_ptr_t; /* must be of pointer size */
|
||||||
|
Loading…
Reference in New Issue
Block a user