]> git.saurik.com Git - bison.git/blobdiff - src/print.h
Use "%no-default-prec" instead of "%default-prec 0".
[bison.git] / src / print.h
index 5fa82b167e22e20080f5006a611f68174e0aafa3..bdddafbea93cf24d518e310fab815c5bdb62c909 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.
 
@@ -21,6 +21,6 @@
 #ifndef PRINT_H_
 # define PRINT_H_
 
-void print_results PARAMS ((void));
+void print_results (void);
 
 #endif /* !PRINT_H_ */