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

Unified Diff: go/gogo.h

Issue 116960043: code review 116960043: compiler: Don't let dot-import names match names from p... (Closed)
Patch Set: diff -r 0e313c250b05 https://gofrontend.googlecode.com/hg/ Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | go/gogo.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go/gogo.h
===================================================================
--- a/go/gogo.h
+++ b/go/gogo.h
@@ -397,7 +397,7 @@
// Add a named object to the current namespace. This is used for
// import . "package".
void
- add_named_object(Named_object*);
+ add_dot_import_object(Named_object*);
// Add an identifier to the list of names seen in the file block.
void
« no previous file with comments | « no previous file | go/gogo.cc » ('j') | no next file with comments »

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