> and GCC (yes, that one!) complains about it:
Here's another:
/sys/src/libdraw/window.c:25
s = malloc(sizeof(Screen));
if(s == 0)
return 0;
SET(id);
^^^^^^^^
for(try=0; try<25; try++){
I can't seem to find a definition for SET() anywhere, although I may
not be looking in the right places. Here is what GCC has to say about
it:
gcc -c -Wall -D_PLAN_9 -D_POSIX_SOURCE -D_PLAN9_SOURCE -I.
/sys/src/libdraw/window.c
/sys/src/libdraw/window.c: In function `allocscreen':
/sys/src/libdraw/window.c:25: warning: implicit declaration of function
`SET'
++L