aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/runtime.h
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2008-10-07 10:03:34 -0700
committerRob Pike <r@golang.org>2008-10-07 10:03:34 -0700
commit7ee60b174dd92edca7e608dc06ec4f1b2d0eb79f (patch)
tree0645a52783aff93344e73f29b5a4b614f39d47c8 /src/runtime/runtime.h
parent74e2e087e25dcbd5828cd1bf436e5ef74c1e009c (diff)
downloadgo-7ee60b174dd92edca7e608dc06ec4f1b2d0eb79f.tar.xz
sys.stringtorune doesn't need a length parameter.
R=rsc DELTA=7 (0 added, 0 deleted, 7 changed) OCL=16600 CL=16630
Diffstat (limited to 'src/runtime/runtime.h')
-rw-r--r--src/runtime/runtime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
index f590472439..f182aebae7 100644
--- a/src/runtime/runtime.h
+++ b/src/runtime/runtime.h
@@ -293,4 +293,4 @@ void sys·intstring(int64, string);
*/
void sys·readfile(string, string, bool);
void sys·bytestorune(byte*, int32, int32, int32, int32);
-void sys·stringtorune(string, int32, int32, int32, int32);
+void sys·stringtorune(string, int32, int32, int32);