Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
7ac03695
Commit
7ac03695
authored
Feb 06, 2012
by
Anthony Martin
Committed by
Russ Cox
Feb 06, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: remove unnecessary pragmas
R=golang-dev, rsc CC=golang-dev
https://golang.org/cl/5629055
parent
39611ec8
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
9 deletions
+0
-9
include/plan9/libc.h
include/plan9/libc.h
+0
-3
include/plan9/mach.h
include/plan9/mach.h
+0
-2
src/cmd/cc/cc.h
src/cmd/cc/cc.h
+0
-2
src/cmd/gc/go.h
src/cmd/gc/go.h
+0
-2
No files found.
include/plan9/libc.h
View file @
7ac03695
...
...
@@ -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
);
...
...
include/plan9/mach.h
View file @
7ac03695
...
...
@@ -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"
src/cmd/cc/cc.h
View file @
7ac03695
...
...
@@ -31,8 +31,6 @@
#include <libc.h>
#include <bio.h>
#pragma lib "../cc/cc.a$O"
#ifndef EXTERN
#define EXTERN extern
#endif
...
...
src/cmd/gc/go.h
View file @
7ac03695
...
...
@@ -4,8 +4,6 @@
#include <bio.h>
#pragma lib "../gc/gc.a$O"
#undef OAPPEND
// avoid <ctype.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment