From f7012583e9a7594cbb5ebe8e974bb69061189262 Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 25 Nov 2003 01:40:27 +0000 Subject: Add the #goo to allow use in C++. Silence a few more warnings. Strip down the mkfiles more. Fix bug in X11 mouse handling, note groups. --- src/libthread/sched.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/libthread') diff --git a/src/libthread/sched.c b/src/libthread/sched.c index d33587fc..b9e646e3 100644 --- a/src/libthread/sched.c +++ b/src/libthread/sched.c @@ -3,12 +3,14 @@ //static Thread *runthread(Proc*); +#if 0 static char *_psstate[] = { "Dead", "Running", "Ready", "Rendezvous", }; +#endif static char* psstate(int s) -- cgit v1.2.3