Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(106)

Issue 13735043: code review 13735043: runtime: export PCDATA value reader (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 7 months ago by cshapiro
Modified:
11 years, 7 months ago
Reviewers:
rsc
CC:
golang-dev, rsc
Visibility:
Public.

Description

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.

Patch Set 1 #

Patch Set 2 : diff -r 84e8898f7eca https://code.google.com/p/go/ #

Patch Set 3 : diff -r 84e8898f7eca https://code.google.com/p/go/ #

Patch Set 4 : diff -r 84e8898f7eca https://code.google.com/p/go/ #

Patch Set 5 : diff -r c111e30c49a4 https://code.google.com/p/go/ #

Patch Set 6 : diff -r c111e30c49a4 https://code.google.com/p/go/ #

Patch Set 7 : diff -r c111e30c49a4 https://code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -3 lines) Patch
M src/pkg/runtime/runtime.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M src/pkg/runtime/symtab.c View 1 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 3
cshapiro
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go/
11 years, 7 months ago (2013-09-17 00:44:56 UTC) #1
rsc
LGTM
11 years, 7 months ago (2013-09-17 01:05:52 UTC) #2
cshapiro
11 years, 7 months ago (2013-09-17 02:03:22 UTC) #3
*** Submitted as https://code.google.com/p/go/source/detail?r=4bbc6356e4ec ***

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://codereview.appspot.com/13735043
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b