/[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.33 by eggert, Sat Nov 30 09:16:32 2002 UTC revision 1.34 by eggert, Sat Dec 7 06:11:11 2002 UTC
# Line 1  Line 1 
1  /* Input parser for bison  /* Input parser for bison
2     Copyright (C) 2000, 2001, 2002  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 21  Line 21 
21  #ifndef READER_H_  #ifndef READER_H_
22  # define READER_H_  # define READER_H_
23    
24    # include "location.h"
25  # include "symlist.h"  # include "symlist.h"
26  # include "parse-gram.h"  # include "parse-gram.h"
27    
# Line 35  merger_list; Line 36  merger_list;
36  /* From the scanner.  */  /* From the scanner.  */
37  extern FILE *gram_in;  extern FILE *gram_in;
38  extern int gram__flex_debug;  extern int gram__flex_debug;
39    extern boundary scanner_cursor;
40  void scanner_initialize (void);  void scanner_initialize (void);
41  void scanner_free (void);  void scanner_free (void);
42  void scanner_last_string_free (void);  void scanner_last_string_free (void);

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

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