On Tue, Aug 05, 2008 at 03:11:29PM +0200, Yann E. MORIN wrote:

>So I do not know where this '__typeof' comes from, but we'd be better using
>'__typeof__' instead, no?

I was just about to apply it blindly (don't remember if you have
write-access), but you seem to be setup to actually test it :)

find ./ \( -name "*.[ch]" -o -name "*.inc" \) -exec \
sed -i -e "/typeof[[:space:]]*(/s/[_]*typeof[_]*/__typeof__/;" {} \;

I didn't look if comments would trigger, those should be omitted from
what gets applied.
_______________________________________________
uClibc mailing list
uClibc@uclibc.org
http://busybox.net/cgi-bin/mailman/listinfo/uclibc

Reply via email to