aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/runtime.h
diff options
context:
space:
mode:
authorLuuk van Dijk <lvd@golang.org>2011-01-31 12:27:28 +0100
committerLuuk van Dijk <lvd@golang.org>2011-01-31 12:27:28 +0100
commit7400be87d84ba3cba736c0f12b3390f0adf7a386 (patch)
tree172639fd2f1c9003148080b6e02e0297e4c0ba2f /src/pkg/runtime/runtime.h
parent9173a095300ad4a1d0e57b4d096c39a655753382 (diff)
downloadgo-7400be87d84ba3cba736c0f12b3390f0adf7a386.tar.xz
runtime: generate Go defs for C types.
R=rsc, mattn CC=golang-dev https://golang.org/cl/4047047
Diffstat (limited to 'src/pkg/runtime/runtime.h')
-rw-r--r--src/pkg/runtime/runtime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/runtime/runtime.h b/src/pkg/runtime/runtime.h
index 462ac6f0ac..54ae5c0c3e 100644
--- a/src/pkg/runtime/runtime.h
+++ b/src/pkg/runtime/runtime.h
@@ -63,7 +63,7 @@ typedef struct Eface Eface;
typedef struct Type Type;
typedef struct Defer Defer;
typedef struct Panic Panic;
-typedef struct hash Hmap;
+typedef struct Hmap Hmap;
typedef struct Hchan Hchan;
typedef struct Complex64 Complex64;
typedef struct Complex128 Complex128;