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

Diff of /bison/src/derives.h

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

revision 1.7 by eggert, Mon Oct 21 05:30:49 2002 UTC revision 1.8 by eggert, Wed Dec 11 06:26:42 2002 UTC
# Line 1  Line 1 
1  /* Match rules with nonterminals for bison,  /* Match rules with nonterminals for bison,
2     Copyright (C) 1984, 1989, 2000, 2001, 2002  Free Software Foundation, Inc.  
3       Copyright (C) 1984, 1989, 2000, 2001, 2002 Free Software
4       Foundation, Inc.
5    
6     This file is part of Bison, the GNU Compiler Compiler.     This file is part of Bison, the GNU Compiler Compiler.
7    
# Line 21  Line 23 
23  #ifndef DERIVES_H_  #ifndef DERIVES_H_
24  # define DERIVES_H_  # define DERIVES_H_
25    
26    # include "gram.h"
27    
28  /* DERIVES[SYMBOL - NTOKENS] points to a vector of the rules that  /* DERIVES[SYMBOL - NTOKENS] points to a vector of the rules that
29     SYMBOL derives, terminated with NULL.  */     SYMBOL derives, terminated with NULL.  */
30  extern rule_t ***derives;  extern rule ***derives;
31    
32  /* Compute DERIVES.  */  /* Compute DERIVES.  */
33    

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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