]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
gcc-3.3.3 is fooled by strings like "linux/include/asm-i386/*.h"; it
authorJulian Seward <jseward@acm.org>
Mon, 2 May 2005 17:11:58 +0000 (17:11 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 2 May 2005 17:11:58 +0000 (17:11 +0000)
thinks it is seeing a comment within a comment, and complains.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3598

include/linux/vki.h

index 5db875d27e3241d00287929d41266a91483aff4b..1b81ed60bb3f0209260c92a0f3ab5591639da3d8 100644 (file)
@@ -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