/[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.16 by akim, Thu Dec 27 18:10:48 2001 UTC revision 1.17 by akim, Thu Dec 27 18:11:06 2001 UTC
# Line 158  typedef struct reductions Line 158  typedef struct reductions
158    short rules[1];    short rules[1];
159  } reductions;  } reductions;
160    
161  #define REDUCTIONS_ALLOC(Nreductions)                                   \  reductions *reductions_new PARAMS ((int n));
   (reductions *) xcalloc ((unsigned) (sizeof (reductions)               \  
                                   + (Nreductions - 1) * sizeof (short)), 1)  
   
162    
163    
164  /*----------.  /*----------.

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

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