* Renamed verboseexception to opt_verboseexception.
authortwisti <none@none>
Wed, 21 Sep 2005 21:24:54 +0000 (21:24 +0000)
committertwisti <none@none>
Wed, 21 Sep 2005 21:24:54 +0000 (21:24 +0000)
src/cacao/cacao.c

index 8aae1c089b15746392cedbd50e34f99ccd775adb..9487e3cec1cb05f9f9fa09e6e119de023c9d53c1 100644 (file)
@@ -37,7 +37,7 @@
      - Calling the class loader
      - Running the main method
 
-   $Id: cacao.c 3242 2005-09-21 14:54:55Z twisti $
+   $Id: cacao.c 3277 2005-09-21 21:24:54Z twisti $
 
 */
 
@@ -719,7 +719,7 @@ int main(int argc, char **argv)
                        break;
 
                case OPT_VERBOSEEXCEPTION:
-                       verboseexception = true;
+                       opt_verboseexception = true;
                        break;
 
 #ifdef TYPECHECK_VERBOSE