/[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.9 by akim, Wed Dec 5 09:32:23 2001 UTC revision 1.10 by akim, Wed Dec 5 09:34:55 2001 UTC
# Line 1  Line 1 
1  /* Type definitions for nondeterministic finite state machine for bison,  /* Type definitions for nondeterministic finite state machine for bison,
2     Copyright 1984, 1989, 2000 Free Software Foundation, Inc.     Copyright 1984, 1989, 2000, 2001 Free Software Foundation, Inc.
3    
4     This file is part of Bison, the GNU Compiler Compiler.     This file is part of Bison, the GNU Compiler Compiler.
5    
# Line 124  typedef struct shifts Line 124  typedef struct shifts
124    (shifts *) xcalloc ((unsigned) (sizeof (shifts)                       \    (shifts *) xcalloc ((unsigned) (sizeof (shifts)                       \
125                                    + (Nshifts - 1) * sizeof (short)), 1)                                    + (Nshifts - 1) * sizeof (short)), 1)
126    
127    shifts * shifts_new PARAMS ((int n));
128    
129    
130  /* What is the symbol which is shifted by SHIFTS->shifts[Shift]?  Can  /* What is the symbol which is shifted by SHIFTS->shifts[Shift]?  Can
131     be a token (amongst which the error token), or non terminals in     be a token (amongst which the error token), or non terminals in
132     case of gotos.  */     case of gotos.  */

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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