]> git.saurik.com Git - bison.git/commit - data/c.m4
yacc.c: do not use __attribute__ unprotected
authorAkim Demaille <akim@lrde.epita.fr>
Mon, 8 Apr 2013 08:39:48 +0000 (10:39 +0200)
committerAkim Demaille <akim@lrde.epita.fr>
Mon, 8 Apr 2013 08:44:09 +0000 (10:44 +0200)
commit80a2826e69b201f9a64c3f18825afe879472efb4
treeb60e845c8ffb7b112844477c646ae7951df660b7
parent657ed6d3be43853c457dfa2c0d91ca2de1c6f39b
yacc.c: do not use __attribute__ unprotected

Reported by Victor Khomenko.
http://lists.gnu.org/archive/html/bug-bison/2013-04/msg00001.html

* data/glr.c (YYUSE, __attribute__): Fuse their definition into...
* data/c.m4 (b4_attribute_define): this new macro.
* data/yacc.c, data/glr.c: Use it.
NEWS
THANKS
data/c.m4
data/glr.c
data/yacc.c