Module Name:    xsrc
Committed By:   christos
Date:           Mon Mar  6 23:11:39 UTC 2017

Modified Files:
        xsrc/external/mit/libdrm/dist/intel: uthash.h

Log Message:
add lint to the bogus test for <stdint.h>


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 xsrc/external/mit/libdrm/dist/intel/uthash.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/libdrm/dist/intel/uthash.h
diff -u xsrc/external/mit/libdrm/dist/intel/uthash.h:1.1.1.1 xsrc/external/mit/libdrm/dist/intel/uthash.h:1.2
--- xsrc/external/mit/libdrm/dist/intel/uthash.h:1.1.1.1	Sat Mar  4 18:15:51 2017
+++ xsrc/external/mit/libdrm/dist/intel/uthash.h	Mon Mar  6 18:11:39 2017
@@ -71,7 +71,7 @@ do {                                    
 typedef unsigned int uint32_t;
 typedef unsigned char uint8_t;
 #endif
-#elif defined(__GNUC__) && !defined(__VXWORKS__)
+#elif (defined(__lint__) || defined(__GNUC__)) && !defined(__VXWORKS__)
 #include <stdint.h>
 #else
 typedef unsigned int uint32_t;

Reply via email to