Commit c24ea667 by Joern Rennecke Committed by Joern Rennecke

* lang.c (java_post_options): Constify variable "dot".

From-SVN: r156064
parent 80c35b40
2010-01-20 Joern Rennecke <amylaar@spamcop.net>
* lang.c (java_post_options): Constify variable "dot".
2010-01-09 Jakub Jelinek <jakub@redhat.com>
* jcf-dump.c (version): Update copyright notice dates.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment