tinclude/drawfcall.h: remove redundant AUTOLIB(draw) - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit cf69e5d420c7f91f80c56f3b3a56f14471e80f0e
DIR parent 81692072c49d53549a8482ac6701ff5b25d78c05
HTML Author: Russ Cox <rsc@swtch.com>
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(-)
---
DIR 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, \