X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/7d6bad195977b0204fc8406cac57cf5a4f1c769b..45c64fa627f205f49ac7afb51ad3d6e851b62f86:/src/system.h diff --git a/src/system.h b/src/system.h index 736fd700..3267f2d2 100644 --- a/src/system.h +++ b/src/system.h @@ -99,7 +99,7 @@ typedef size_t uintptr_t; # endif # endif -/* The __-protected variants of `format' and `printf' attributes +/* The __-protected variants of 'format' and 'printf' attributes are accepted by gcc versions 2.6.4 (effectively 2.7) and later. */ # if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 7) # define __format__ format