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

Unified Diff: lily/lily-parser.cc

Issue 301880043: Change type_p_name_ generally to char pointer (Closed)
Patch Set: Created 7 years, 10 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 | « lily/lily-lexer.cc ('k') | lily/listener.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/lily-parser.cc
diff --git a/lily/lily-parser.cc b/lily/lily-parser.cc
index 31889742843cd750355ad2d4d64131233db438e4..d2499d4c4134c1453cc0a9b1a8618282df26da33 100644
--- a/lily/lily-parser.cc
+++ b/lily/lily-parser.cc
@@ -200,7 +200,7 @@ Lily_parser::parser_error (Input const &i, const string &s)
error_level_ = 1;
}
-const char Lily_parser::type_p_name_[] = "ly:lily-parser?";
+const char * const Lily_parser::type_p_name_ = "ly:lily-parser?";
/****************************************************************
OUTPUT-DEF
« no previous file with comments | « lily/lily-lexer.cc ('k') | lily/listener.cc » ('j') | no next file with comments »

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