/[bison]/bison/src/assoc.c
ViewVC logotype

Diff of /bison/src/assoc.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by akim, Wed Sep 4 10:18:15 2002 UTC revision 1.4 by eggert, Wed Dec 11 05:31:12 2002 UTC
# Line 19  Line 19 
19     Boston, MA 02111-1307, USA.  */     Boston, MA 02111-1307, USA.  */
20    
21  #include "system.h"  #include "system.h"
22    
23  #include "assoc.h"  #include "assoc.h"
24    
25    
26  const char *  const char *
27  assoc_to_string (assoc_t assoc)  assoc_to_string (assoc a)
28  {  {
29    switch (assoc)    switch (a)
30      {      {
31      case undef_assoc:      case undef_assoc:
32        return "undefined associativity";        return "undefined associativity";

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26