src/vm/options.h: Added the commandlineswitch --verbosecolor which enables
[cacao.git] / src / vm / options.h
index 700b9c950f49945b92ac0d535b380930bf063570..292b145fa4761af5cd4113e2d98e531a752857ce 100644 (file)
@@ -28,7 +28,7 @@
 
    Changes:
 
-   $Id: options.h 5234 2006-08-14 17:50:12Z christian $
+   $Id: options.h 5253 2006-08-18 18:37:19Z tbfg $
 
 */
 
@@ -80,6 +80,7 @@ extern s4   opt_heapstartsize;
 extern s4   opt_stacksize;
 
 extern bool opt_verbose;
+extern bool opt_colorverbose;
 extern bool compileall;
 
 extern bool loadverbose;         /* Print debug messages during loading */