X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/a99ec53eb1f3b85c1419a1624e360ada377af9ee..f122444873a1ec499d25ffec5765dcc48dc7b928:/src/system.h diff --git a/src/system.h b/src/system.h index 6355141a..3267f2d2 100644 --- a/src/system.h +++ b/src/system.h @@ -1,6 +1,6 @@ /* System-dependent definitions for Bison. - Copyright (C) 2000-2007, 2009-2012 Free Software Foundation, Inc. + Copyright (C) 2000-2007, 2009-2013 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -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