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
97025ebf
Commit
97025ebf
authored
Jan 13, 2011
by
Robert Griesemer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
go_spec: specify that int and uint have the same size
R=r, rsc, iant, ken2 CC=golang-dev
https://golang.org/cl/3992041
parent
d4bdaf11
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/go_spec.html
doc/go_spec.html
+2
-2
No files found.
doc/go_spec.html
View file @
97025ebf
<!-- title The Go Programming Language Specification -->
<!-- subtitle Version of January
7
, 2011 -->
<!-- subtitle Version of January
13
, 2011 -->
<!--
TODO
...
...
@@ -699,7 +699,7 @@ There is also a set of predeclared numeric types with implementation-specific si
<pre
class=
"grammar"
>
uint either 32 or 64 bits
int
either 32 or 64 bits
int
same size as uint
float either 32 or 64 bits
complex real and imaginary parts have type float
uintptr an unsigned integer large enough to store the uninterpreted bits of a pointer value
...
...
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