style: remove incorrect comment

Reported by Paul Eggert.

* src/system.h: here.
This commit is contained in:
Akim Demaille
2019-10-25 07:41:38 +02:00
parent 0cbefb71e8
commit c680300a29

View File

@@ -76,7 +76,6 @@ typedef size_t uintptr_t;
/* See https://lists.gnu.org/archive/html/bug-bison/2019-10/msg00061.html. */
#if defined __GNUC__ && ! defined __clang__ && ! defined __ICC && __GNUC__ < 5
/* Suppress an incorrect diagnostic about yylval being uninitialized. */
# define IGNORE_TYPE_LIMITS_BEGIN \
_Pragma ("GCC diagnostic push") \
_Pragma ("GCC diagnostic ignored \"-Wtype-limits\"")