Module Name:    xsrc
Committed By:   christos
Date:           Thu Jan 16 00:45:03 UTC 2014

Modified Files:
        xsrc/external/mit/xorg-server/dist/hw/xfree86/common: compiler.h

Log Message:
Lint does not know about pragmas


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 \
    xsrc/external/mit/xorg-server/dist/hw/xfree86/common/compiler.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xorg-server/dist/hw/xfree86/common/compiler.h
diff -u xsrc/external/mit/xorg-server/dist/hw/xfree86/common/compiler.h:1.10 xsrc/external/mit/xorg-server/dist/hw/xfree86/common/compiler.h:1.11
--- xsrc/external/mit/xorg-server/dist/hw/xfree86/common/compiler.h:1.10	Wed Jan 15 15:27:32 2014
+++ xsrc/external/mit/xorg-server/dist/hw/xfree86/common/compiler.h	Wed Jan 15 19:45:03 2014
@@ -1529,7 +1529,7 @@ inl(unsigned short port)
 #      include <sys/inline.h>
 #     endif
 #    if !defined(__HIGHC__) && !defined(__SUNPRO_C) || \
-	defined(__USLC__)
+	defined(__USLC__) && !defined(__lint__)
 #     pragma asm partial_optimization outl
 #     pragma asm partial_optimization outw
 #     pragma asm partial_optimization outb

Reply via email to