]> git.saurik.com Git - bison.git/blobdiff - src/system.h
bison: avoid warnings from static code analysis
[bison.git] / src / system.h
index 736fd700799ad3acef1f68bf18d2a05d919c46c8..8ed08bb835f546b0a0740b77890492ae338f7177 100644 (file)
@@ -1,6 +1,6 @@
 /* System-dependent definitions for Bison.
 
-   Copyright (C) 2000-2007, 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 2000-2007, 2009-2015 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