summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2019-10-25 07:41:38 +0200
committerAkim Demaille <akim.demaille@gmail.com>2019-10-25 07:41:38 +0200
commitc680300a29f6960de277c3a99909867f80147dc6 (patch)
treede33a8bf22189b860212a6dee377e5ca0898ec61 /src
parent0cbefb71e8c6e664c29174df60bfdd7731166b6b (diff)
downloadbison-c680300a29f6960de277c3a99909867f80147dc6.tar.gz
style: remove incorrect comment
Reported by Paul Eggert. * src/system.h: here.
Diffstat (limited to 'src')
-rw-r--r--src/system.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/system.h b/src/system.h
index 773c0c60..17301491 100644
--- a/src/system.h
+++ b/src/system.h
@@ -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\"")