mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
remove plan9-specific
This commit is contained in:
parent
43b99cd970
commit
35a80291f7
1 changed files with 0 additions and 8 deletions
|
@ -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*);
|
||||
|
||||
|
|
Loading…
Reference in a new issue