summaryrefslogtreecommitdiff
path: root/debian/patches/835106.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/835106.patch')
-rw-r--r--debian/patches/835106.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/patches/835106.patch b/debian/patches/835106.patch
new file mode 100644
index 0000000..a1d7a08
--- /dev/null
+++ b/debian/patches/835106.patch
@@ -0,0 +1,13 @@
+--- fauhdlc-20130704.orig/frontend/newparser/FAUhdlScanner.hpp
++++ fauhdlc-20130704/frontend/newparser/FAUhdlScanner.hpp
+@@ -23,8 +23,8 @@ public:
+ // arg_yyin and arg_yyout default to the cin and cout, but we
+ // only make that assignment when initializing in yylex().
+ FAUhdlScanner(
+- FLEX_STD istream* arg_yyin = 0,
+- FLEX_STD ostream* arg_yyout = 0
++ std::istream* arg_yyin = 0,
++ std::ostream* arg_yyout = 0
+ ) : yyFlexLexer(arg_yyin, arg_yyout),
+ bracesCtr(0),
+ isAssociation(false),