summaryrefslogtreecommitdiff
path: root/include/plan9
diff options
context:
space:
mode:
authorAnthony Martin <ality@pbrane.org>2012-02-06 12:45:23 -0500
committerAnthony Martin <ality@pbrane.org>2012-02-06 12:45:23 -0500
commitb7bc8b19a5a76d55616f07f7ab4f61a2ce24cd6f (patch)
tree7b1929f363c1131b04f82f2ad56587d94a8828c2 /include/plan9
parent2edf645dafcee04a27354d132ce156be1350073d (diff)
downloadgo-b7bc8b19a5a76d55616f07f7ab4f61a2ce24cd6f.tar.gz
build: remove unnecessary pragmas
R=golang-dev, rsc CC=golang-dev http://codereview.appspot.com/5629055 Committer: Russ Cox <rsc@golang.org>
Diffstat (limited to 'include/plan9')
-rw-r--r--include/plan9/libc.h3
-rw-r--r--include/plan9/mach.h2
2 files changed, 0 insertions, 5 deletions
diff --git a/include/plan9/libc.h b/include/plan9/libc.h
index aaf5dd052..d13ddbcb7 100644
--- a/include/plan9/libc.h
+++ b/include/plan9/libc.h
@@ -10,9 +10,6 @@ enum
Runemax = 0x10FFFF, /* maximum rune value */
};
-#pragma src "/sys/src/go/src/lib9"
-#pragma lib "/sys/src/go/lib/$M/lib9.a"
-
char* getgoos(void);
char* getgoarch(void);
char* getgoroot(void);
diff --git a/include/plan9/mach.h b/include/plan9/mach.h
index a354204bf..636f44fe8 100644
--- a/include/plan9/mach.h
+++ b/include/plan9/mach.h
@@ -2,6 +2,4 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-#pragma src "/sys/src/go/src/libmach"
-#pragma lib "/sys/src/go/lib/$M/libmach.a"
#include "../mach.h"