[flex] Fix compilation issue under mips-gcc-6.4
This was triggering a pointer-losing-constness error.
This commit is contained in:
parent
b53bb29fed
commit
85c9048573
@ -342,7 +342,7 @@ void check_options (void)
|
|||||||
/* Setup the filter chain. */
|
/* Setup the filter chain. */
|
||||||
output_chain = filter_create_int(NULL, filter_tee_header, headerfilename);
|
output_chain = filter_create_int(NULL, filter_tee_header, headerfilename);
|
||||||
if ( !(m4 = getenv("M4"))) {
|
if ( !(m4 = getenv("M4"))) {
|
||||||
char *slash;
|
const char *slash;
|
||||||
m4 = M4;
|
m4 = M4;
|
||||||
if ((slash = strrchr(M4, '/')) != NULL) {
|
if ((slash = strrchr(M4, '/')) != NULL) {
|
||||||
m4 = slash+1;
|
m4 = slash+1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user