data/glr.c: Modify treatment of unused parameters to permit use

of g++ (which doesn't allow __attribute__ ((unused)) for parameters).
This commit is contained in:
Paul Hilfinger
2005-06-07 02:47:12 +00:00
parent 73e561d51a
commit 43d3b66471
2 changed files with 14 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2005-06-06 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
* data/glr.c: Modify treatment of unused parameters to permit use
of g++ (which doesn't allow __attribute__ ((unused)) for parameters).
2005-05-30 Paul Eggert <eggert@cs.ucla.edu>
Fix infringement on user name space reported by Janos Zoltan Szabo.