aboutsummaryrefslogtreecommitdiff
path: root/include/u.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/u.h')
-rw-r--r--include/u.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/u.h b/include/u.h
index 28bc2e4..3fafcda 100644
--- a/include/u.h
+++ b/include/u.h
@@ -17,7 +17,7 @@ typedef char byte;
typedef unsigned char ubyte;
typedef signed char sbyte;
-typedef long long vlong;
+typedef long long vlong;
typedef unsigned long long uvlong;
typedef unsigned int uint;
@@ -39,8 +39,6 @@ typedef intptr_t intptr;
typedef int error;
-typedef void* Iface;
-
#define nil NULL
// ------------------------------------------------------------------