diff --git a/pbx/ael/ael.flex b/pbx/ael/ael.flex index b6af3a2369..a217652e2c 100644 --- a/pbx/ael/ael.flex +++ b/pbx/ael/ael.flex @@ -536,9 +536,7 @@ static int pbcpop(char x) return 1; /* error */ } -/* used by the bison code */ -int c_prevword(void); -int c_prevword(void) +static int c_prevword(void) { char *c = prev_word; int ret = 0; diff --git a/pbx/ael/ael_lex.c b/pbx/ael/ael_lex.c index ba8f2e0900..56ffed49fe 100644 --- a/pbx/ael/ael_lex.c +++ b/pbx/ael/ael_lex.c @@ -2872,9 +2872,7 @@ static int pbcpop(char x) return 1; /* error */ } -/* used by the bison code */ -int c_prevword(void); -int c_prevword(void) +static int c_prevword(void) { char *c = prev_word; int ret = 0;