From 35a80291f7c4efbb34e784528682ef02bce09d72 Mon Sep 17 00:00:00 2001 From: rsc Date: Sat, 21 Apr 2007 19:42:41 +0000 Subject: remove plan9-specific --- include/venti.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'include') diff --git a/include/venti.h b/include/venti.h index af5bb788..8a64c57e 100644 --- a/include/venti.h +++ b/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[VtScoreSize]); * * V a venti score */ -#ifndef PLAN9PORT -#pragma varargck type "V" uchar* -#pragma varargck type "F" VtFcall* -#endif int vtscorefmt(Fmt*); -- cgit v1.2.3