summaryrefslogtreecommitdiff
path: root/devel/bisoncpp/files/patch-scanner__lex.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/bisoncpp/files/patch-scanner__lex.cc')
-rw-r--r--devel/bisoncpp/files/patch-scanner__lex.cc11
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;
+ }
+