* configure.ac: Use AC_PROG_CC_STDC; this is more modern than

the old AC_PROG_CC / AM_PROG_CC_STDC combination.

* doc/bison.1: Add copyright notice.

* data/glr.c: Don't include <stdarg.h>; not used.
This commit is contained in:
Paul Eggert
2006-10-13 04:09:14 +00:00
parent fcab4a2ee2
commit cf2a5f7c47
4 changed files with 14 additions and 3 deletions

View File

@@ -241,7 +241,6 @@ static YYSTYPE yyval_default;
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#ifndef YY_
# if YYENABLE_NLS