diff options
Diffstat (limited to 'gcc/gen-protos.c')
-rw-r--r-- | gcc/gen-protos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gen-protos.c b/gcc/gen-protos.c index fcec762..5c1f51c 100644 --- a/gcc/gen-protos.c +++ b/gcc/gen-protos.c @@ -23,7 +23,7 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #undef abort int verbose = 0; -char *progname; +const char *progname; #define HASH_SIZE 2503 /* a prime */ int hash_tab[HASH_SIZE]; |