(compute_header_macro): Unconstify the result.

This commit is contained in:
Akim Demaille
2001-08-15 08:53:15 +00:00
parent 7cae438bd8
commit e795bd7376

View File

@@ -90,7 +90,7 @@ stringappend (const char *string1, const char *string2)
| header of the parser and store it in header_macro_name. |
`---------------------------------------------------------------*/
static const char *
static char *
compute_header_macro (void)
{
int ite;