tremove plan9-specific - 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 35a80291f7c4efbb34e784528682ef02bce09d72
DIR parent 43b99cd970d341cbf45414a577d54977a3cdd9fb
HTML Author: rsc <devnull@localhost>
Date: Sat, 21 Apr 2007 19:42:41 +0000
remove plan9-specific
Diffstat:
M include/venti.h | 8 --------
1 file changed, 0 insertions(+), 8 deletions(-)
---
DIR diff --git a/include/venti.h b/include/venti.h
t@@ -4,10 +4,6 @@
extern "C" {
#endif
-#ifndef PLAN9PORT
-#pragma lib "libventi.a"
-#pragma src "/sys/src/libventi"
-#endif
AUTOLIB(venti)
t@@ -202,10 +198,6 @@ int vtparsescore(char *s, char **prefix, uchar[VtScoreSize]);
*
* V a venti score
*/
-#ifndef PLAN9PORT
-#pragma varargck type "V" uchar*
-#pragma varargck type "F" VtFcall*
-#endif
int vtscorefmt(Fmt*);