From 949b59cd4e7d1f55c40692040ec1ab5ce150e6fc Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Thu, 6 Mar 2008 15:13:42 -0500 Subject: u.h: add intptr --- include/u.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/u.h') diff --git a/include/u.h b/include/u.h index ac9699ca..2d29a36b 100644 --- a/include/u.h +++ b/include/u.h @@ -144,6 +144,7 @@ typedef int8_t s8int; typedef uint16_t u16int; typedef int16_t s16int; typedef uintptr_t uintptr; +typedef intptr_t intptr; typedef uint32_t u32int; typedef int32_t s32int; -- cgit v1.2.3