mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 09:13:04 +00:00
(compute_header_macro): Unconstify the result.
This commit is contained in:
@@ -90,7 +90,7 @@ stringappend (const char *string1, const char *string2)
|
|||||||
| header of the parser and store it in header_macro_name. |
|
| header of the parser and store it in header_macro_name. |
|
||||||
`---------------------------------------------------------------*/
|
`---------------------------------------------------------------*/
|
||||||
|
|
||||||
static const char *
|
static char *
|
||||||
compute_header_macro (void)
|
compute_header_macro (void)
|
||||||
{
|
{
|
||||||
int ite;
|
int ite;
|
||||||
|
|||||||
Reference in New Issue
Block a user