summaryrefslogtreecommitdiff
path: root/lib/javacomp.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/javacomp.h')
-rw-r--r--lib/javacomp.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/lib/javacomp.h b/lib/javacomp.h
index 7ebcbaae10..5c85ca4dd4 100644
--- a/lib/javacomp.h
+++ b/lib/javacomp.h
@@ -62,14 +62,14 @@
If verbose, the command to be executed will be printed.
Return false if OK, true on error. */
extern bool compile_java_class (const char * const *java_sources,
- unsigned int java_sources_count,
- const char * const *classpaths,
- unsigned int classpaths_count,
- const char *source_version,
- const char *target_version,
- const char *directory,
- bool optimize, bool debug,
- bool use_minimal_classpath,
- bool verbose);
+ unsigned int java_sources_count,
+ const char * const *classpaths,
+ unsigned int classpaths_count,
+ const char *source_version,
+ const char *target_version,
+ const char *directory,
+ bool optimize, bool debug,
+ bool use_minimal_classpath,
+ bool verbose);
#endif /* _JAVACOMP_H */