diff options
Diffstat (limited to 'docs/develop/porting.rst')
| -rw-r--r-- | docs/develop/porting.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/develop/porting.rst b/docs/develop/porting.rst index c0cf130e0..5dff843a3 100644 --- a/docs/develop/porting.rst +++ b/docs/develop/porting.rst @@ -161,8 +161,6 @@ The following is an example of an ``mpconfigport.h`` file: // Type definitions for the specific machine. - typedef intptr_t mp_int_t; // must be pointer size - typedef uintptr_t mp_uint_t; // must be pointer size typedef long mp_off_t; // We need to provide a declaration/definition of alloca(). |
