Fix parameter c was not declared, defaults to int with clang 16
Status: Beta
Brought to you by:
t-m
With clang 16 bmf fails to build with the following error
lex.c:189:36: error: parameter c was not declared, defaults to int; ISO
C99 and later do not support implicit int [-Werror,-Wimplicit-int].
The fix was to explicitly declare the variable c as an int