]> Cypherpunks repositories - gostls13.git/commit
runtime: export PCDATA value reader
authorCarl Shapiro <cshapiro@google.com>
Tue, 17 Sep 2013 02:03:19 +0000 (19:03 -0700)
committerCarl Shapiro <cshapiro@google.com>
Tue, 17 Sep 2013 02:03:19 +0000 (19:03 -0700)
commit16d6b6c77144bd26838d1cfd6631d159b419752b
tree1de800054768fc5e7980ac1f1310797a11b43611
parent045dbeaf053f0c78941a11140e5a877237ccc489
runtime: export PCDATA value reader

This interface is required to use the PCDATA interface
implemented in Go 1.2.  While initially entirely private, the
FUNCDATA side of the interface has been made public.  This
change completes the FUNCDATA/PCDATA interface.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/13735043
src/pkg/runtime/runtime.h
src/pkg/runtime/symtab.c