Commit Diff


commit - 43b99cd970d341cbf45414a577d54977a3cdd9fb
commit + 35a80291f7c4efbb34e784528682ef02bce09d72
blob - af5bb78841d15ad49b3c6eba0ad8957a0afa85fd
blob + 8a64c57ef02a8b9b43699af6c9b89e70e393c4c5
--- include/venti.h
+++ include/venti.h
@@ -4,10 +4,6 @@
 extern "C" { 
 #endif
 
-#ifndef PLAN9PORT
-#pragma lib "libventi.a"
-#pragma src "/sys/src/libventi"
-#endif
 
 AUTOLIB(venti)
 
@@ -202,10 +198,6 @@ int vtparsescore(char *s, char **prefix, uchar[VtScore
  *
  * V	a venti score
  */
-#ifndef PLAN9PORT
-#pragma	varargck	type	"V"		uchar*
-#pragma varargck	type	"F"		VtFcall*
-#endif
 
 int vtscorefmt(Fmt*);