retitle 19020 improve support for flex in C++ mode
tags 19020 + moreinfo
thanks
Reference: http://debbugs.gnu.org/19020
On 11/11/2014 11:51 AM, brahim sahbi wrote:
Hello,
Hi, sorry for the delay.
I am trying to use flex with these options
AM_LFLAGS = --header-file=lang.h --yyclass=Lang --c+
Hello,
I am trying to use flex with these options
AM_LFLAGS = --header-file=lang.h --yyclass=Lang --c++
My problem is that the file generated by lex is lex.yy.cc and not lex.yy.c.
So this command in the generated Makefile:
.lpp.cpp:
$(AM_V_LEX)$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_