This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: LEX vs FLEX; Was: [PATCH] Basic Ada files



> (I note you're not the author of this)  I'm not exactly comfortable with 
> making  FLEX a condition of being able to build GDB - while the above 
> tries to hide it, the dependency still exists.  I guess we'll need to 
> come back to that later.

Andrew,

I am the author of that, so I suppose I should jump in.  I'm not quite clear
on your objection here.  Is it 

* the dependence on flex as opposed to lex?
* the dependence on either lex or flex (unlikely given the
  dependencies on yacc)?
* the option to use the .c code and NOT depend on (f)lex at all?

The original code was written back in the days when the .tab.c files
were part of the CVS files, and I never got around to modifying it.
Just name your preference.

Paul Hilfinger


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]