mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-08-26 19:24:35 +00:00
Remove all uses of PARAMS, since we now assume C89 or better.
This commit is contained in:
+1
-1
@@ -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