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

Diff of /bison/src/symlist.c

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

revision 1.3 by akim, Mon Jun 17 08:43:11 2002 UTC revision 1.4 by hilfinger, Fri Jun 28 02:26:44 2002 UTC
# Line 36  symbol_list_new (symbol_t *sym, location Line 36  symbol_list_new (symbol_t *sym, location
36    res->location = location;    res->location = location;
37    res->action = NULL;    res->action = NULL;
38    res->ruleprec = NULL;    res->ruleprec = NULL;
39      res->dprec = 0;
40      res->merger = 0;
41    return res;    return res;
42  }  }
43    

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