mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 21:33:04 +00:00
Remove all uses of PARAMS, since we now assume C89 or better.
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
#include "complain.h"
|
||||
|
||||
/* From basename.c. Almost a lie, as it returns a char *. */
|
||||
const char *base_name PARAMS ((char const *name));
|
||||
const char *base_name (char const *name);
|
||||
|
||||
FILE *finput = NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user