CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2017/09/11 00:31:44
Modified files:
devel/universal-ctags: Makefile
Log message:
Fix build failure due to a macro clashing with system headers
universal-ctags defines an __unused__ macro that clashes with functions
using __attribute__((__unused__). A bunch of such functions were
introduced recently as part of the uselocale work from schwarze@.
Bulk-rename the offending macro and another one similarly named to
something more reasonable, just like in devel/ectags.
Comment suggested by schwarze@, ok schwarze@ sthen@ rsadowski@ (maintainer)