From e795bd73766b33f46ba1c54dec84654e6afcc59d Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Wed, 15 Aug 2001 08:53:15 +0000 Subject: [PATCH] (compute_header_macro): Unconstify the result. --- src/files.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/files.c b/src/files.c index f1cdfe6c..6bf301f9 100644 --- a/src/files.c +++ b/src/files.c @@ -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; -- 2.50.0