Renamed verbose to opt_verbose.
[cacao.git] / options.h
index 4fa468b3d76e72edda303e0efa97c56b729843c4..b4cf895f63969cc5469453acd9d5b1bd804c020d 100644 (file)
--- a/options.h
+++ b/options.h
@@ -27,7 +27,7 @@
 
    Authors: Christian Thalinger
 
-   $Id: options.h 1529 2004-11-17 17:19:14Z twisti $
+   $Id: options.h 1546 2004-11-18 12:25:04Z twisti $
 
 */
 
@@ -57,8 +57,8 @@ struct opt_struct {
 
 /* global variables ***********************************************************/
 
+extern bool opt_verbose;
 extern bool compileall;
-extern bool verbose;
 extern bool runverbose;
 extern bool verboseexception;
 extern bool collectverbose;