diff options
Diffstat (limited to 'unix/mpconfigport_minimal.h')
-rw-r--r-- | unix/mpconfigport_minimal.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/unix/mpconfigport_minimal.h b/unix/mpconfigport_minimal.h index 054e82c243..15a5f7d852 100644 --- a/unix/mpconfigport_minimal.h +++ b/unix/mpconfigport_minimal.h @@ -135,9 +135,6 @@ typedef long long mp_off_t; typedef long mp_off_t; #endif -typedef void *machine_ptr_t; // must be of pointer size -typedef const void *machine_const_ptr_t; // must be of pointer size - // We need to provide a declaration/definition of alloca() #ifdef __FreeBSD__ #include <stdlib.h> |