Module Name:    src
Committed By:   christos
Date:           Tue May 31 17:52:35 UTC 2022

Modified Files:
        src/external/lgpl3/gmp/dist: longlong.h

Log Message:
fix lint build on vax


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/lgpl3/gmp/dist/longlong.h

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

Modified files:

Index: src/external/lgpl3/gmp/dist/longlong.h
diff -u src/external/lgpl3/gmp/dist/longlong.h:1.5 src/external/lgpl3/gmp/dist/longlong.h:1.6
--- src/external/lgpl3/gmp/dist/longlong.h:1.5	Sun Jul 11 17:15:45 2021
+++ src/external/lgpl3/gmp/dist/longlong.h	Tue May 31 13:52:35 2022
@@ -371,7 +371,7 @@ long __MPN(count_leading_zeros) (UDItype
 #endif
 
 
-#if defined (__GNUC__)
+#if defined (__GNUC__) || defined(__lint__)
 
 /* We sometimes need to clobber "cc" with gcc2, but that would not be
    understood by gcc1.  Use cpp to avoid major code duplication.  */

Reply via email to