More checkins...
[repair.git] / Repair / RepairCompiler / MCC / Compiler.java
index 59609e99e993f1b2114856e033665520864c3dc5..a1f8bf6ffef8b22d40eb3ba4d6c49c48fd872821 100755 (executable)
@@ -24,6 +24,8 @@ public class Compiler {
     public static boolean GENERATEDEBUGHOOKS=false;
     public static boolean GENERATEDEBUGPRINT=false;
     public static boolean GENERATEINSTRUMENT=false;
+    
+    public static Vector debuggraphs=new Vector();
 
     public static void main(String[] args) {
         State state = null;