diff options
author | Anthony Martin <ality@pbrane.org> | 2012-02-06 12:45:23 -0500 |
---|---|---|
committer | Anthony Martin <ality@pbrane.org> | 2012-02-06 12:45:23 -0500 |
commit | b7bc8b19a5a76d55616f07f7ab4f61a2ce24cd6f (patch) | |
tree | 7b1929f363c1131b04f82f2ad56587d94a8828c2 /include/plan9 | |
parent | 2edf645dafcee04a27354d132ce156be1350073d (diff) | |
download | go-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.h | 3 | ||||
-rw-r--r-- | include/plan9/mach.h | 2 |
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" |