From 917e94231c72617aeef3d87b463672073521c7a7 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 13 Jan 2015 16:19:35 -0600 Subject: [PATCH] Micro python: Remove typedef of wint_t --- interpreters/micropython/mpconfigport.h | 1 - 1 file changed, 1 deletion(-) diff --git a/interpreters/micropython/mpconfigport.h b/interpreters/micropython/mpconfigport.h index 5dc60bc7d..a3869712e 100644 --- a/interpreters/micropython/mpconfigport.h +++ b/interpreters/micropython/mpconfigport.h @@ -99,7 +99,6 @@ * 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 uintptr_t mp_uint_t; /* must be pointer size */ typedef void *machine_ptr_t; /* must be of pointer size */