diff options
Diffstat (limited to 'libjava/include/java-props.h')
-rw-r--r-- | libjava/include/java-props.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/include/java-props.h b/libjava/include/java-props.h index 65130da8814..81bdd7ff4ff 100644 --- a/libjava/include/java-props.h +++ b/libjava/include/java-props.h @@ -19,8 +19,8 @@ typedef struct size_t value_length; } property_pair; -// The compiler generates this declaration. -extern char *_Jv_Compiler_Properties[]; +// Set to NULL-terminated list of properties set at compile time. +extern const char **_Jv_Compiler_Properties; // Properties taken from the user's environment. extern property_pair *_Jv_Environment_Properties; |