X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/07a58c1301a1131f7505e74f1d54bfdb31d193f5..22fccf958f542d321740f6718611912ca5fec985:/src/print.h diff --git a/src/print.h b/src/print.h index 5fa82b16..bdddafbe 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. @@ -21,6 +21,6 @@ #ifndef PRINT_H_ # define PRINT_H_ -void print_results PARAMS ((void)); +void print_results (void); #endif /* !PRINT_H_ */