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:
Tom Tromey 1999-10-15 16:53:41 +00:00 committed by Tom Tromey
parent 7cf4196339
commit 76ed0c0a4b
4 changed files with 39 additions and 6 deletions

View file

@ -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