summaryrefslogtreecommitdiff
path: root/os/port/portfns.h
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2007-04-07 09:40:13 +0000
committerCharles.Forsyth <devnull@localhost>2007-04-07 09:40:13 +0000
commitb5eeadad52f7e620402f85c9606f45be13323b8d (patch)
tree1c6edd4b3d7fc9277266c66b4dab2593f66b19a0 /os/port/portfns.h
parent9dc22068e29604f4b484e746112a9a4efe6fd57f (diff)
20070407-1039 os/port changes
Diffstat (limited to 'os/port/portfns.h')
-rw-r--r--os/port/portfns.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/os/port/portfns.h b/os/port/portfns.h
index d6bcdcf0..619be83f 100644
--- a/os/port/portfns.h
+++ b/os/port/portfns.h
@@ -9,7 +9,6 @@ Block* adjustblock(Block*, int);
Block* allocb(int);
int anyhigher(void);
int anyready(void);
-#define assert(x) if(x){}else _assert("assert(x) failed")
void _assert(char*);
Block* bl2mem(uchar*, Block*, int);
int blocklen(Block*);