Adding the -cplusplus option. This option writes virual table pointers into allocate...
[repair.git] / Repair / RepairCompiler / MCC / Compiler.java
index fc4f7382a5de0a4ba7363b20ffc3314818e6c9d1..70e9749e07185d574c16f2314ff071cf58981bb4 100755 (executable)
@@ -24,6 +24,7 @@ public class Compiler {
     public static boolean GENERATEDEBUGHOOKS=false;
     public static boolean GENERATEDEBUGPRINT=false;
     public static boolean GENERATEINSTRUMENT=false;
+    public static boolean ALLOCATECPLUSPLUS=false;
     
     public static Vector debuggraphs=new Vector();