diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2013-11-28 07:18:41 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2013-11-28 07:18:41 +0000 |
commit | 72f9361d7251b5e7cb24c1d9665441dfec486939 (patch) | |
tree | 4c0ed25489d52ccfbd86de0845b10222f4e0b993 /devel/bisoncpp/files/patch-scanner__lex.cc | |
parent | - Update to 3.18.01 (diff) |
- Update to 4.05.00
- Add support for staging, use shebangfix, switch to GCC 4.7
- Give up maintainership
Notes
Notes:
svn path=/head/; revision=335080
Diffstat (limited to 'devel/bisoncpp/files/patch-scanner__lex.cc')
-rw-r--r-- | devel/bisoncpp/files/patch-scanner__lex.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/bisoncpp/files/patch-scanner__lex.cc b/devel/bisoncpp/files/patch-scanner__lex.cc new file mode 100644 index 000000000000..14703f672e36 --- /dev/null +++ b/devel/bisoncpp/files/patch-scanner__lex.cc @@ -0,0 +1,11 @@ +--- ./scanner/lex.cc.orig 2013-08-10 10:17:17.000000000 +0200 ++++ ./scanner/lex.cc 2013-11-27 19:14:33.000000000 +0100 +@@ -2836,7 +2836,7 @@ + { + #line 192 "lexer" + { +- d_number = stoul(d_matched); ++ d_number = A2x(d_matched); + return Parser::NUMBER; + } + |