aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/gjavah.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/java/gjavah.c')
-rw-r--r--gcc/java/gjavah.c16
1 files changed, 9 insertions, 7 deletions
diff --git a/gcc/java/gjavah.c b/gcc/java/gjavah.c
index 500aa2c..b680a87 100644
--- a/gcc/java/gjavah.c
+++ b/gcc/java/gjavah.c
@@ -1308,18 +1308,20 @@ DEFUN(process_file, (jcf, out),
jcf_parse_class (jcf);
if (written_class_count++ == 0 && out)
- if (! stubs)
- fputs ("// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-\n\n",
- out);
- else
- {
- fputs ("// This file was created by `gcjh -stubs'. It is -*- c++ -*-.
+ {
+ if (! stubs)
+ fputs ("// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-\n\n",
+ out);
+ else
+ {
+ fputs ("// This file was created by `gcjh -stubs'. It is -*- c++ -*-.
//
// This file is intended to give you a head start on implementing native
// methods using CNI.
// Be aware: running `gcjh -stubs' once more for this class may overwrite any
// edits you have made to this file.\n\n", out);
- }
+ }
+ }
if (out)
{