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

Diff of /bison/src/symtab.h

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

revision 1.12 by akim, Tue Nov 7 16:28:47 2000 UTC revision 1.13 by akim, Fri Nov 2 15:27:11 2001 UTC
# Line 1  Line 1 
1  /* Definitions for symtab.c and callers, part of bison,  /* Definitions for symtab.c and callers, part of bison,
2     Copyright 1984, 1989, 1992, 2000 Free Software Foundation, Inc.     Copyright 1984, 1989, 1992, 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 33  typedef enum Line 33  typedef enum
33    nterm_sym             /* non-terminal */    nterm_sym             /* non-terminal */
34  } symbol_class;  } symbol_class;
35    
36    #define SUNDEF  -1              /* For undefined user number. */
37  #define SALIAS  -9991           /* for symbol generated with an alias */  #define SALIAS  -9991           /* for symbol generated with an alias */
38    
39  typedef struct bucket  typedef struct bucket

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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