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

Diff of /bison/src/reader.h

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

revision 1.8 by akim, Sat Dec 29 14:19:31 2001 UTC revision 1.9 by akim, Mon Mar 4 12:06:42 2002 UTC
# Line 1  Line 1 
1  /* Input parser for bison  /* Input parser for bison
2     Copyright 2000, 2001  Free Software Foundation, Inc.     Copyright (C) 2000, 2001, 2002  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 27  Line 27 
27     function (YYGUARD or YYACTION) which contains a switch statement to     function (YYGUARD or YYACTION) which contains a switch statement to
28     decide which guard or action to execute.  */     decide which guard or action to execute.  */
29    
30  extern void reader PARAMS ((void));  void reader PARAMS ((void));
31    
32    /* Free the packed grammar. */
33    void grammar_free PARAMS ((void));
34    
35  extern int lineno;  extern int lineno;
36    

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

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