gij.cc (main): Formatting fixes.
* gij.cc (main): Formatting fixes. (_Jv_Compiler_Properties): Define. * java/lang/natSystem.cc (_Jv_Environment_Properties): Don't declare. (init_properties): Set properites from _Jv_Compiler_Properties. * include/java-props.h (_Jv_Compiler_Properties, _Jv_Environment_Properties): Declare. From-SVN: r30020
This commit is contained in:
@@ -19,5 +19,11 @@ typedef struct
|
||||
size_t value_length;
|
||||
} property_pair;
|
||||
|
||||
// The compiler generates this declaration.
|
||||
extern char *_Jv_Compiler_Properties[];
|
||||
|
||||
// Properties taken from the user's environment.
|
||||
extern property_pair *_Jv_Environment_Properties;
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user