Removed command line option variables.
authortwisti <none@none>
Sat, 13 Dec 2003 22:27:31 +0000 (22:27 +0000)
committertwisti <none@none>
Sat, 13 Dec 2003 22:27:31 +0000 (22:27 +0000)
loader.h
src/vm/loader.h

index 66701a66d19f9da789ba1bfd99333faa3c8bcbfb..afe01d53526df66a31e1219ae106ada81f65e4bb 100644 (file)
--- a/loader.h
+++ b/loader.h
@@ -26,7 +26,7 @@
 
    Authors: Reinhard Grafl
 
-   $Id: loader.h 724 2003-12-09 18:56:11Z edwin $
+   $Id: loader.h 757 2003-12-13 22:27:31Z twisti $
 */
 
 
 #include <stdio.h>
 
 
-/************************* program switches ***********************************/
-
-extern bool loadverbose;         /* Print debug messages during loading */
-extern bool linkverbose;
-extern bool initverbose;         /* Log class initialization */ 
-extern bool makeinitializations; /* Initialize classes automatically */
-
-extern bool getloadingtime;
-extern long int loadingtime;     /* CPU time for class loading */
+/* export variables */
 
+extern list unloadedclasses;     /* list of all referenced but not loaded classes */
 extern list unlinkedclasses;     /* List containing all unlinked classes */
 extern list linkedclasses;       /* List containing all linked classes */
 
index 66701a66d19f9da789ba1bfd99333faa3c8bcbfb..afe01d53526df66a31e1219ae106ada81f65e4bb 100644 (file)
@@ -26,7 +26,7 @@
 
    Authors: Reinhard Grafl
 
-   $Id: loader.h 724 2003-12-09 18:56:11Z edwin $
+   $Id: loader.h 757 2003-12-13 22:27:31Z twisti $
 */
 
 
 #include <stdio.h>
 
 
-/************************* program switches ***********************************/
-
-extern bool loadverbose;         /* Print debug messages during loading */
-extern bool linkverbose;
-extern bool initverbose;         /* Log class initialization */ 
-extern bool makeinitializations; /* Initialize classes automatically */
-
-extern bool getloadingtime;
-extern long int loadingtime;     /* CPU time for class loading */
+/* export variables */
 
+extern list unloadedclasses;     /* list of all referenced but not loaded classes */
 extern list unlinkedclasses;     /* List containing all unlinked classes */
 extern list linkedclasses;       /* List containing all linked classes */