https://bugs.documentfoundation.org/show_bug.cgi?id=55324

Hossein <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #10 from Hossein <[email protected]> ---
I could not find references to cpp.lcc in addition to the removed idlc and
ucpp. I could only find these tools in soltools:

1. cpp: custom c preprocessor
   https://en.wikipedia.org/wiki/C_preprocessor

2. mkdepend (makedepend): X utility program to generate c dependencies of C
files
   https://en.wikipedia.org/wiki/Makedepend
   https://gitlab.freedesktop.org/xorg/util/makedepend

mkdepend and cpp are in use in solenv/ in
solenv/gbuild/extensions/pre_BuildTools.mk and elsewhere. Therefore, they may
not be removed at the moment.

It may be possible to use compiler's ability to process C files instead of
makedpeend or use newer implementations, but that is another story.

gcc-based clone of makedepend
https://github.com/afborchert/gcc-makedepend/

Therefore, I close this issue as resolved/fixed to reflect the removal of ucpp.
The task was to

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to