X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/f2a97c6294e9b1e47255a88609d76e4527350b8f..e0045d49b691d5ead26f5cd411007844fb4a3d9b:/src/files.c diff --git a/src/files.c b/src/files.c index 5a0b2ea4..00841dd3 100644 --- a/src/files.c +++ b/src/files.c @@ -66,9 +66,9 @@ static char *full_base_name = NULL; char *short_base_name = NULL; /* C source file extension (the parser source). */ -const char *src_extension = NULL; +static char const *src_extension = NULL; /* Header file extension (if option ``-d'' is specified). */ -const char *header_extension = NULL; +static char const *header_extension = NULL; /*-----------------------------------------------------------------. | Return a newly allocated string composed of the concatenation of |