OSDN Git Service

fortran/
[pf3gnuchains/gcc-fork.git] / libjava / include / java-props.h
index 19d7106..f552e1b 100644 (file)
@@ -23,11 +23,11 @@ typedef struct
 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;
-
 // Properties taken from the user's environment.
 extern property_pair *_Jv_Environment_Properties;
 
+// Module load path.
+extern char *_Jv_Module_Load_Path;
+
 #endif