From: Akim Demaille Date: Wed, 15 Aug 2001 08:53:15 +0000 (+0000) Subject: (compute_header_macro): Unconstify the result. X-Git-Tag: BISON-1_28c~1 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/e795bd73766b33f46ba1c54dec84654e6afcc59d?ds=inline (compute_header_macro): Unconstify the result. --- 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;