plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit f9888587c7ddef21afbcd5d3d8373e66462a8832
parent 29412e1c31070ae006ced13ff614ea3690518cc0
Author: rsc <devnull@localhost>
Date:   Mon, 21 May 2007 21:09:24 +0000

oops

Diffstat:
Msrc/cmd/test.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/cmd/test.c b/src/cmd/test.c @@ -12,6 +12,8 @@ #include <u.h> #include <libc.h> +#define isatty plan9_isatty + #define EQ(a,b) ((tmp=a)==0?0:(strcmp(tmp,b)==0)) int ap;