Implemented availableProcessors() for darwin.
[cacao.git] / options.c
index f4d9b8ee6a27e4ca056bdc15972255fb8e869447..c8f1b9ff8820f2edc06a64f4c15daa0c24648f6a 100644 (file)
--- a/options.c
+++ b/options.c
@@ -27,7 +27,7 @@
 
    Authors: Christian Thalinger
 
-   $Id: options.c 1223 2004-06-30 19:13:00Z twisti $
+   $Id: options.c 1474 2004-11-11 10:09:10Z carolyn $
 
 */
 
@@ -63,6 +63,7 @@ bool showdisassemble = false;  /* generate disassembler listing              */
 bool showddatasegment = false; /* generate data segment listing              */
 bool showintermediate = false; /* generate intermediate code listing         */
 
+bool useinliningm = false;      /* use method inlining                        */
 bool useinlining = false;      /* use method inlining                        */
 bool inlinevirtuals = false;   /* inline unique virtual methods              */
 bool inlineexceptions = false; /* inline methods, that contain excptions     */