diff options
| author | Rob Pike <r@golang.org> | 2008-09-12 12:17:13 -0700 |
|---|---|---|
| committer | Rob Pike <r@golang.org> | 2008-09-12 12:17:13 -0700 |
| commit | e9047d1fc29abe809cec69ca4aa73a8942934635 (patch) | |
| tree | b4823262e313faa5d791ca57bc452dfbfbe57847 /src/runtime/runtime.h | |
| parent | e1a9b6ee77cf7bb2209cd3868ac8661bd75a9a29 (diff) | |
| download | go-e9047d1fc29abe809cec69ca4aa73a8942934635.tar.xz | |
fix silly portability bug
R=gri
OCL=15238
CL=15238
Diffstat (limited to 'src/runtime/runtime.h')
| -rw-r--r-- | src/runtime/runtime.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h index 11d3fdac8e..e786b78ecf 100644 --- a/src/runtime/runtime.h +++ b/src/runtime/runtime.h @@ -208,6 +208,7 @@ G* allg; int32 goidgen; extern int32 gomaxprocs; extern int32 panicking; +extern byte *startsym; /* * common functions and data |
