mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
build: fix a warning from clang
* src/muscle-tab.c: Declare local functions static.
This commit is contained in:
@@ -557,6 +557,7 @@ muscle_percent_define_use (char const *variable)
|
||||
/* The value of %define variable VARIABLE (corresponding to FIELD, if
|
||||
defined). Do not register as used, but diagnose unset variables. */
|
||||
|
||||
static
|
||||
char const *
|
||||
muscle_percent_define_get_raw (char const *variable, char const *field)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user