[Ctool-develop] Re: is InclStemnt ever used ?
Brought to you by:
flisakow
From: Shaun F. <fli...@so...> - 2003-09-09 06:53:37
|
Hmm, I didn't comment it out, it must have be Daniel. Searching... - it looks like he commented it out in lexer.l v1.11. This was rather buggy, as it depended on the format of the #line directives to undo the include, the format of which seems to depend on the C preprocessor used. Dan, any comments? Thanks, Shaun On Monday, September 8, 2003, at 01:03 PM, Stefan Seefeld wrote: > > hi there, > > trying to kill the last three failed tests in accept0, I find > that the cause of the failure is that these three tests contain > include directives, which are not dealt with by ctool. While > the library contains some code to detect whether or not the > current statement is part of the main file or not, the code > to actually instantiate an 'InclStemnt' is commented out (#if 0...). > > What's the reasoning behind that ? Is that a work in progress ? > What can I do to get it working (again) ? > > Thanks, > Stefan > > > |