diff options
Diffstat (limited to 'gcc/java/jcf-parse.c')
-rw-r--r-- | gcc/java/jcf-parse.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/java/jcf-parse.c b/gcc/java/jcf-parse.c index c182789..b1c818a 100644 --- a/gcc/java/jcf-parse.c +++ b/gcc/java/jcf-parse.c @@ -825,8 +825,7 @@ yyparse () { char *saved_input_filename = input_filename; input_filename = value; - warning ("source file seen twice on command line and will be " - "compiled only once."); + warning ("source file seen twice on command line and will be compiled only once."); input_filename = saved_input_filename; } else |