/[bison]/bison/src/state.h
ViewVC logotype

Diff of /bison/src/state.h

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

revision 1.37 by akim, Sun Jun 30 17:33:37 2002 UTC revision 1.38 by akim, Sun Jun 30 17:34:31 2002 UTC
# Line 152  struct state_s *transitions_to PARAMS (( Line 152  struct state_s *transitions_to PARAMS ((
152    
153  typedef struct errs_s  typedef struct errs_s
154  {  {
155    short nerrs;    short num;
156    short errs[1];    symbol_number_t symbols[1];
157  } errs_t;  } errs_t;
158    
159  errs_t *errs_new PARAMS ((int n));  errs_t *errs_new PARAMS ((int n));
# Line 166  errs_t *errs_dup PARAMS ((errs_t *src)); Line 166  errs_t *errs_dup PARAMS ((errs_t *src));
166    
167  typedef struct reductions_s  typedef struct reductions_s
168  {  {
169    short nreds;    short num;
170    short rules[1];    rule_number_t rules[1];
171  } reductions_t;  } reductions_t;
172    
173    

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

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