commit | 949b59cd4e7d1f55c40692040ec1ab5ce150e6fc | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@swtch.com> | Thu Mar 06 15:13:42 2008 -0500 |
committer | Russ Cox <rsc@swtch.com> | Thu Mar 06 15:13:42 2008 -0500 |
tree | 8f487b9fb5a43046c5d307b09d537f254f09bf86 | |
parent | c42f7f420164d651905fbadbe9bbd8618132d951 [diff] |
u.h: add intptr
diff --git a/include/u.h b/include/u.h index ac9699c..2d29a36 100644 --- a/include/u.h +++ b/include/u.h
@@ -144,6 +144,7 @@ typedef uint16_t u16int; typedef int16_t s16int; typedef uintptr_t uintptr; +typedef intptr_t intptr; typedef uint32_t u32int; typedef int32_t s32int;