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

Diff of /bison/src/reader.c

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

revision 1.144 by akim, Sun Jan 6 20:50:08 2002 UTC revision 1.145 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 1984, 1986, 1989, 1992, 1998, 2000, 2001     Copyright (C) 1984, 1986, 1989, 1992, 1998, 2000, 2001, 2002
3     Free Software Foundation, Inc.     Free Software Foundation, Inc.
4    
5     This file is part of Bison, the GNU Compiler Compiler.     This file is part of Bison, the GNU Compiler Compiler.
# Line 1821  reader (void) Line 1821  reader (void)
1821    /* The grammar as a symbol_list is no longer needed. */    /* The grammar as a symbol_list is no longer needed. */
1822    LIST_FREE (symbol_list, grammar);    LIST_FREE (symbol_list, grammar);
1823  }  }
1824    
1825    void
1826    grammar_free (void)
1827    {
1828      XFREE (ritem);
1829      free (rules + 1);
1830      /* Free the symbol table data structure.  */
1831      free_symtab ();
1832    }

Legend:
Removed from v.1.144  
changed lines
  Added in v.1.145

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