From 4dedd47382433ebad365cb7943ff8906a3837512 Mon Sep 17 00:00:00 2001
From: henry <Henry Weller h.weller@opencfd.co.uk>
Date: Tue, 31 Mar 2009 20:14:40 +0100
Subject: [PATCH] Changed the option to select the generation of a C++ scanner
 to the backward compatible -+.

---
 wmake/rules/General/flex++ | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wmake/rules/General/flex++ b/wmake/rules/General/flex++
index 6f68d78001b..304b131c6dc 100644
--- a/wmake/rules/General/flex++
+++ b/wmake/rules/General/flex++
@@ -1,6 +1,6 @@
 .SUFFIXES: .L
 
-Ltoo = flex --c++ -f $$SOURCE ; mv lex.yy.cc $*.C ; $(CC) $(c++FLAGS) -c $*.C -o $@
+Ltoo = flex -+ -f $$SOURCE ; mv lex.yy.cc $*.C ; $(CC) $(c++FLAGS) -c $*.C -o $@
 
 .L.dep:
 	$(MAKE_DEP)
-- 
GitLab