[mono/mono] 01abc8bb: Fixes build
| Newsgroups | gmane.comp.gnome.mono.patches |
|---|---|
| Message-ID | <00000142059e4ad2-2ece5768-f66d-4d09-bb5b-13891a07144a-000000@email.amazonses.com> |
Branch: refs/heads/master
Home: https://github.com/mono/mono
Compare: https://github.com/mono/mono/compare/ef722ff122d2...01abc8bb0702
Commit: 01abc8bb0702b0fb7349eeaf6b659970a392dc9b
Author: Marek Safar <[email protected]> (marek-safar)
Date: 2013-10-29 19:07:07 GMT
URL: https://github.com/mono/mono/commit/01abc8bb0702b0fb7349eeaf6b659970a392dc9b
Fixes build
Changed paths:
M mcs/mcs/cs-parser.jay
Modified: mcs/mcs/cs-parser.jay
===================================================================
@@ -7038,7 +7038,7 @@ public CSharpParser (SeekableStreamReader reader, CompilationSourceFile file, Re
lang_version = settings.Version;
yacc_verbose_flag = settings.VerboseParserFlag;
doc_support = settings.DocumentationFile != null;
- lexer = new Tokenizer (reader, file, session);
+ lexer = new Tokenizer (reader, file, session, report);
oob_stack = new Stack<object> ();
lbag = session.LocationsBag;
use_global_stacks = session.UseJayGlobalArrays;
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches