From b5eeadad52f7e620402f85c9606f45be13323b8d Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Sat, 7 Apr 2007 09:40:13 +0000 Subject: 20070407-1039 os/port changes --- os/port/portfns.h | 1 - 1 file changed, 1 deletion(-) (limited to 'os/port/portfns.h') 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*); -- cgit v1.2.3