From: Julian Seward Date: Mon, 2 May 2005 17:11:58 +0000 (+0000) Subject: gcc-3.3.3 is fooled by strings like "linux/include/asm-i386/*.h"; it X-Git-Tag: svn/VALGRIND_3_0_0~720 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=628f8fbd1b51ff86b7d2bf13e8e5f9c6cba15786;p=thirdparty%2Fvalgrind.git gcc-3.3.3 is fooled by strings like "linux/include/asm-i386/*.h"; it thinks it is seeing a comment within a comment, and complains. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3598 --- diff --git a/include/linux/vki.h b/include/linux/vki.h index 5db875d27e..1b81ed60bb 100644 --- a/include/linux/vki.h +++ b/include/linux/vki.h @@ -47,8 +47,8 @@ are different to those in here. Also note that this file contains all the generic header info, ie. that - from linux/include/linux/*.h. The arch-specific header info, eg. that - from linux/include/asm-i386/*.h, is in $PLATFORM/vki_arch.h and + from linux/include/linux/ *.h. The arch-specific header info, eg. that + from linux/include/asm-i386/ *.h, is in $PLATFORM/vki_arch.h and $PLATFORM/vki_arch_posixtypes.h. (Two files are required to avoid circular dependencies between the generic VKI header and the arch-specific VKI header. It's possible in the future, as more stuff