freebsd-ports/devel/bisoncpp/files/patch-scanner__lex.cc
Sunpoet Po-Chuan Hsieh 32e4bb8eac - Update to 4.08.00
- Pass maintainership to submitter
- While I'm here, relax USE_GCC to yes

Changes:	http://sourceforge.net/projects/bisoncpp/files/bisonc%2B%2B/4.08.00/README/view
		http://sourceforge.net/projects/bisoncpp/files/bisonc%2B%2B/4.07.00/README/view
		http://sourceforge.net/projects/bisoncpp/files/bisonc%2B%2B/4.06.00/README/view
PR:		188267
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-04-06 05:49:34 +00:00

11 lines
338 B
C++

--- scanner/lex.cc.orig 2014-04-04 14:46:17.624123806 +0600
+++ scanner/lex.cc 2014-04-04 14:46:39.301107135 +0600
@@ -2702,7 +2702,7 @@
{
#line 193 "lexer"
{
- d_number = stoul(d_matched);
+ d_number = A2x(d_matched);
return Parser::NUMBER;
}
}