X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=src%2Fmakealias;h=02167b25bdf1cfda21b0839c42fd661d3e3a8214;hb=f6cfbe16bfc252b46532f699b496e4a41a1a1c22;hp=ebbe5596796afc15fe4f813cf1776c1b3595870b;hpb=6cff1dca81b60fcd75e19f3ed827aae98f643fd1;p=fontconfig.git diff --git a/src/makealias b/src/makealias index ebbe559..02167b2 100755 --- a/src/makealias +++ b/src/makealias @@ -4,6 +4,7 @@ shift HEAD=fcalias.h TAIL=fcaliastail.h rm -f $HEAD $TAIL +echo "#if HAVE_GNUC_ATTRIBUTE" >> $TAIL cat "$@" | grep '^Fc[^ ]* *(' | sed -e 's/ *(.*$//' | while read name; do case $name in @@ -22,3 +23,4 @@ while read name; do ;; esac done +echo "#endif" >> $TAIL