bug in the class browser

Jonas Nordin jonas.nordin at cenacle.se
Fri Jun 18 05:46:00 BST 1999


Den Thu, 17 Jun 1999 skrev du:
> What about integrating the cppp (no typo) from the gcc source code. It is, as
> far as I recall, a minimum preprocessor that is used to preprocess gcc's sources
> before the cpp is compiled.  -- it may be called different, but I think they
> have something there.

Yeah. That could be an idea. The problem with using gcc -E (and friends) is
that it messes up the file, since included classes gets added to the file as
well. That means that I have to do more parsing to get it working. Not really
something I want to.

/J



More information about the KDevelop mailing list