From c24ea6672d894964cb79e3bf6ea5f4804e7a621d Mon Sep 17 00:00:00 2001 From: Joern Rennecke Date: Wed, 20 Jan 2010 08:17:00 +0000 Subject: * lang.c (java_post_options): Constify variable "dot". From-SVN: r156064 --- gcc/java/lang.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/java/lang.c') diff --git a/gcc/java/lang.c b/gcc/java/lang.c index f1d8f44..22fe4ff 100644 --- a/gcc/java/lang.c +++ b/gcc/java/lang.c @@ -587,7 +587,7 @@ java_post_options (const char **pfilename) { if (dependency_tracking) { - char *dot; + const char *dot; /* If the target is set and the output filename is set, then there's no processing to do here. Otherwise we must -- cgit v1.1