clean up when finished.
don't set PLAN9 don't set PLAN9
This commit is contained in:
parent
e15e6c0820
commit
1b135a7805
45 changed files with 294 additions and 60 deletions
|
|
@ -29,13 +29,6 @@ chantostr(char *buf, u32int cc)
|
|||
return buf;
|
||||
}
|
||||
|
||||
/* avoid pulling in ctype when using with drawterm etc. */
|
||||
static int
|
||||
isspace(char c)
|
||||
{
|
||||
return c==' ' || c== '\t' || c=='\r' || c=='\n';
|
||||
}
|
||||
|
||||
u32int
|
||||
strtochan(char *s)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
PLAN9=../..
|
||||
<$PLAN9/src/mkhdr
|
||||
|
||||
LIB=libdraw.a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue