aboutsummaryrefslogtreecommitdiff
path: root/include/venti.h
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2007-04-21 19:42:41 +0000
committerrsc <devnull@localhost>2007-04-21 19:42:41 +0000
commit35a80291f7c4efbb34e784528682ef02bce09d72 (patch)
treeb4504931159ad26356175557fc1921197e302c55 /include/venti.h
parent43b99cd970d341cbf45414a577d54977a3cdd9fb (diff)
downloadplan9port-35a80291f7c4efbb34e784528682ef02bce09d72.tar.gz
plan9port-35a80291f7c4efbb34e784528682ef02bce09d72.tar.bz2
plan9port-35a80291f7c4efbb34e784528682ef02bce09d72.zip
remove plan9-specific
Diffstat (limited to 'include/venti.h')
-rw-r--r--include/venti.h8
1 files changed, 0 insertions, 8 deletions
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*);