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

Diff of /bison/src/state.c

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

revision 1.24 by eggert, Tue Oct 22 04:44:43 2002 UTC revision 1.25 by akim, Tue Nov 12 08:30:47 2002 UTC
# Line 141  state_new (symbol_number_t accessing_sym Line 141  state_new (symbol_number_t accessing_sym
141  {  {
142    state_t *res;    state_t *res;
143    
144    if (nstates >= STATE_NUMBER_MAX)    assert (nstates < STATE_NUMBER_MAX);
     fatal (_("too many states (max %d)"), STATE_NUMBER_MAX);  
145    
146    res = STATE_ALLOC (core_size);    res = STATE_ALLOC (core_size);
147    res->accessing_symbol = accessing_symbol;    res->accessing_symbol = accessing_symbol;

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

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