Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
c3343ef6
Commit
c3343ef6
authored
Nov 12, 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
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
a.h
src/cmd/5a/a.h
+1
-1
a.h
src/cmd/6a/a.h
+1
-1
a.h
src/cmd/8a/a.h
+1
-1
cc.h
src/cmd/cc/cc.h
+1
-1
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