310_uppsrc2.diff

The diff file to apply for uppsrc directory (r5188) - Sender Ghost, 07/14/2012 09:20 PM

Download (423 Bytes)

View differences:

uppsrc/CppBase/Parser.cpp 2012-07-14 23:07:58 +0400
673 673
		++lex;
674 674
		Decl& a = r.Add();
675 675
		a.name = lex.GetId();
676
		a.type = "void";
677
		a.natural = String().Cat() << "void " << a.name << "(Http& http)";
676 678
		a.function = true;
677 679
		Decl& p = a.param.Add();
678 680
		p.name = "http";