]> git.saurik.com Git - bison.git/commitdiff
(compute_header_macro): Unconstify the result.
authorAkim Demaille <akim@epita.fr>
Wed, 15 Aug 2001 08:53:15 +0000 (08:53 +0000)
committerAkim Demaille <akim@epita.fr>
Wed, 15 Aug 2001 08:53:15 +0000 (08:53 +0000)
src/files.c

index f1cdfe6c54e859c4bb7ee1f0e5bbe6401579df12..6bf301f906ec9936dda005792ae9afd8c75ac269 100644 (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;