]> git.saurik.com Git - bison.git/blobdiff - src/print.h
* src/scan-gram.l: Move the "add a trailing ; to actions" code
[bison.git] / src / print.h
index 5fa82b167e22e20080f5006a611f68174e0aafa3..1daa577d9f81228c154fb299033ff57ecada62fb 100644 (file)
@@ -1,5 +1,5 @@
 /* Print information on generated parser, for bison,
-   Copyright (C) 2000 Free Software Foundation, Inc.
+   Copyright 2000 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
 
    You should have received a copy of the GNU General Public License
    along with Bison; see the file COPYING.  If not, write to
-   the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-   Boston, MA 02111-1307, USA.  */
+   the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+   Boston, MA 02110-1301, USA.  */
 
 #ifndef PRINT_H_
 # define PRINT_H_
 
-void print_results PARAMS ((void));
+void print_results (void);
 
 #endif /* !PRINT_H_ */