X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fjavacomp.h;h=5d17b7e765c84a19bdc81c245a330334affb5fd7;hb=e7086a9a301ffcfef17edbcba9e7c0312c33f7a8;hp=7ebcbaae1062e233db2b602b5f082ce512431b4a;hpb=f19c2f156e388e1da7ab9b13250dfeb380c0ab84;p=gnulib.git diff --git a/lib/javacomp.h b/lib/javacomp.h index 7ebcbaae1..5d17b7e76 100644 --- a/lib/javacomp.h +++ b/lib/javacomp.h @@ -1,5 +1,5 @@ /* Compile a Java program. - Copyright (C) 2001-2002, 2006 Free Software Foundation, Inc. + Copyright (C) 2001-2002, 2006, 2009-2013 Free Software Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify @@ -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 */