summaryrefslogtreecommitdiff
path: root/debian/patches/835106.patch
blob: a1d7a08daf13832ba3e9bb74f2effcbdb413e43a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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),