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 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/include/linux/vki.h b/include/linux/vki.h
index 5db875d..1b81ed6 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