X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/07a58c1301a1131f7505e74f1d54bfdb31d193f5..55f0c7b1f26afabb7f356343f2650626e09fce51:/src/print.h?ds=sidebyside diff --git a/src/print.h b/src/print.h index 5fa82b16..1daa577d 100644 --- a/src/print.h +++ b/src/print.h @@ -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. @@ -15,12 +15,12 @@ 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_ */