tinclude/drawfcall.h: remove redundant AUTOLIB(draw) - plan9port - [fork] Plan 9 from user space | |
git clone git://src.adamsgaard.dk/plan9port | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit cf69e5d420c7f91f80c56f3b3a56f14471e80f0e | |
parent 81692072c49d53549a8482ac6701ff5b25d78c05 | |
Author: Russ Cox | |
Date: Wed, 4 Jun 2008 20:58:12 -0400 include/drawfcall.h: remove redundant AUTOLIB(draw) Diffstat: M include/drawfcall.h | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) --- | |
diff --git a/include/drawfcall.h b/include/drawfcall.h | |
t@@ -44,7 +44,6 @@ tag[1] Tresize rect[4*4] tag[1] Rresize */ -AUTOLIB(draw) #define PUT(p, x) \ (p)[0] = ((x) >> 24)&0xFF, \ |