From 0e5aaf1aefe584c8d0b42e9f183ceebfeff8d458 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Wed, 19 Jan 2011 23:07:38 -0500 Subject: docs: float->float64 plus a couple of other tweaks. R=rsc, gri CC=golang-dev http://codereview.appspot.com/3978042 Committer: Russ Cox --- doc/gccgo_install.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/gccgo_install.html') diff --git a/doc/gccgo_install.html b/doc/gccgo_install.html index 393e57963..2ab6dcdae 100644 --- a/doc/gccgo_install.html +++ b/doc/gccgo_install.html @@ -296,8 +296,8 @@ than one value, the C function returns a struct. For example, these functions have equivalent types:
-func GoFunction(int) (int, float)
-struct { int i; float f; } CFunction(int)
+func GoFunction(int) (int, float64)
+struct { int i; float64 f; } CFunction(int)
 

-- cgit v1.2.1