diff options
Diffstat (limited to 'libjava/include/java-props.h')
-rw-r--r-- | libjava/include/java-props.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libjava/include/java-props.h b/libjava/include/java-props.h index 9be3099..19d7106 100644 --- a/libjava/include/java-props.h +++ b/libjava/include/java-props.h @@ -21,6 +21,7 @@ typedef struct // Set to NULL-terminated list of properties set at compile time. extern const char **_Jv_Compiler_Properties; +extern int _Jv_Properties_Count; // The JAR file to add to the beginning of java.class.path. extern const char *_Jv_Jar_Class_Path; |