aboutsummaryrefslogtreecommitdiff
path: root/contrib/bison/gram.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bison/gram.c')
-rw-r--r--contrib/bison/gram.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/bison/gram.c b/contrib/bison/gram.c
index cc1418d9db6d..bf62d74ec53c 100644
--- a/contrib/bison/gram.c
+++ b/contrib/bison/gram.c
@@ -15,7 +15,8 @@ GNU General Public License for more details.
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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* comments for these variables are in gram.h */
@@ -53,6 +54,6 @@ int error_token_number;
when the file in question contains data definitions only. */
void
-dummy()
+dummy (void)
{
}