summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorYang Zongze <yangzongze@gmail.com>2022-10-10 16:24:54 +0800
committerGitHub <noreply@github.com>2022-10-10 10:24:54 +0200
commit46239ea525e2f846775e2012cee306c2aaa9ee37 (patch)
treebef6311f5908b31c56fa9ddee5f6861e77404da7 /lib
parent01ede3c595e8c02ecd791b97a0a1cae3ee30255f (diff)
downloadspack-46239ea525e2f846775e2012cee306c2aaa9ee37.tar.gz
spack-46239ea525e2f846775e2012cee306c2aaa9ee37.tar.bz2
spack-46239ea525e2f846775e2012cee306c2aaa9ee37.tar.xz
spack-46239ea525e2f846775e2012cee306c2aaa9ee37.zip
fixbug-ctags-5.8: general.h: missing binary operator before token "(" (#33135)
`__unused__` defined in `general.h` conflict with the one defined by libc headers, so change it to `__attribute__unused__` according to s.zharkoff: https://bugs.gentoo.org/828550#c11 cmd: `grep -rl "__unused__" . | xargs -n1 sed -i -e 's/\b__unused__\b/__attribute__unused__/g' -e 's/(unused)/(__unused__)/g'`
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions