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
c3343ef6
Commit
c3343ef6
authored
Nov 11, 2009
by
Russ Cox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix BUFSIZ redeclaration warnings
R=r
https://golang.org/cl/152085
parent
2cda46dc
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
src/cmd/5a/a.h
src/cmd/5a/a.h
+1
-1
src/cmd/6a/a.h
src/cmd/6a/a.h
+1
-1
src/cmd/8a/a.h
src/cmd/8a/a.h
+1
-1
src/cmd/cc/cc.h
src/cmd/cc/cc.h
+1
-1
src/cmd/gc/go.h
src/cmd/gc/go.h
+1
-1
No files found.
src/cmd/5a/a.h
View file @
c3343ef6
...
...
@@ -39,7 +39,7 @@
#define getc aagetc
#define ungetc aaungetc
#
define BUFSIZ AA
BUFSIZ
#
undef
BUFSIZ
typedef
struct
Sym
Sym
;
typedef
struct
Gen
Gen
;
...
...
src/cmd/6a/a.h
View file @
c3343ef6
...
...
@@ -40,7 +40,7 @@
#define getc aagetc
#define ungetc aaungetc
#
define BUFSIZ AA
BUFSIZ
#
undef
BUFSIZ
typedef
struct
Sym
Sym
;
typedef
struct
Ref
Ref
;
...
...
src/cmd/8a/a.h
View file @
c3343ef6
...
...
@@ -40,7 +40,7 @@
#define getc aagetc
#define ungetc aaungetc
#
define BUFSIZ AA
BUFSIZ
#
undef
BUFSIZ
typedef
struct
Sym
Sym
;
typedef
struct
Ref
Ref
;
...
...
src/cmd/cc/cc.h
View file @
c3343ef6
...
...
@@ -41,7 +41,7 @@
#define getc ccgetc
#define ungetc ccungetc
#
define BUFSIZ GC
BUFSIZ
#
undef
BUFSIZ
typedef
struct
Node
Node
;
typedef
struct
Sym
Sym
;
...
...
src/cmd/gc/go.h
View file @
c3343ef6
...
...
@@ -17,7 +17,7 @@
#define getc gcgetc
#define ungetc gcungetc
#
define BUFSIZ GC
BUFSIZ
#
undef
BUFSIZ
enum
{
...
...
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