* data/yacc.c (malloc, free) [defined __cplusplus]: Wrap inside extern "C" {}.

This commit is contained in:
Paul Eggert
2005-06-09 20:44:28 +00:00
parent 43d3b66471
commit 0925ebb4fa
4 changed files with 23 additions and 5 deletions

View File

@@ -1,3 +1,9 @@
2005-06-09 Paul Eggert <eggert@cs.ucla.edu>
* data/yacc.c (malloc, free) [defined __cplusplus]: Wrap inside
extern "C" {}. This fixes a problem reported by Paul Hilfinger,
which stems from the 2005-05-27 patch.
2005-06-06 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
* data/glr.c: Modify treatment of unused parameters to permit use