]> code.delx.au - gnu-emacs/blobdiff - lib/verify.h
Update from gnulib
[gnu-emacs] / lib / verify.h
index 2f4383743bb03d928ada7661cc17268b85879bc8..5c8381d2906a31974abea7c08449043bb7dd620c 100644 (file)
@@ -263,7 +263,7 @@ template <int w>
 # define assume(R) ((R) ? (void) 0 : __builtin_unreachable ())
 #elif 1200 <= _MSC_VER
 # define assume(R) __assume (R)
-#elif (defined lint \
+#elif ((defined GCC_LINT || defined lint) \
        && (__has_builtin (__builtin_trap) \
            || 3 < __GNUC__ + (3 < __GNUC_MINOR__ + (4 <= __GNUC_PATCHLEVEL__))))
   /* Doing it this way helps various packages when configured with